Test Failed
Push — master ( 797433...fc9832 )
by Flo
02:16
created
src/Log/Writer/DefaultWriter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
             $message
26 26
         ];
27 27
 
28
-        $messageString  = implode(' | ', $columns) . "\r\n";
28
+        $messageString = implode(' | ', $columns) . "\r\n";
29 29
 
30 30
         return file_put_contents($logfile, $messageString, FILE_APPEND);
31 31
     }
Please login to merge, or discard this patch.
src/Event/Observer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      *
61 61
      * @param AbstractEvent $event
62 62
      *
63
-     * @return bool
63
+     * @return false|null
64 64
      */
65 65
     public function trigger(AbstractEvent $event)
66 66
     {
Please login to merge, or discard this patch.