vershinin_so hace 6 años
padre
commit
ad39412eb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Monolog/Formatter/FlowdockFormatter.php

+ 1 - 1
src/Monolog/Formatter/FlowdockFormatter.php

@@ -82,7 +82,7 @@ class FlowdockFormatter implements FormatterInterface
         return $formatted;
         return $formatted;
     }
     }
 
 
-    public function getShortMessage($message)
+    public function getShortMessage(string $message): string
     {
     {
         static $hasMbString;
         static $hasMbString;