Completed
Push — master ( 1a9396...a94258 )
by Till
03:52
created
src/Middleware/LoggerMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
     protected function log($logLevel, $message)
46 46
     {
47
-        if (! is_null($message)) {
47
+        if (!is_null($message)) {
48 48
             $this->logger->log($logLevel, $message);
49 49
         }
50 50
     }
Please login to merge, or discard this patch.