Completed
Push — master ( cc0e46...765134 )
by Guillaume
02:18
created
src/LoggerTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     public function log($level, $message, array $context = [])
20 20
     {
21
-        if($this->logger){
21
+        if ($this->logger) {
22 22
             $this->logger->log($level, $message, $context);
23 23
         }
24 24
     }
Please login to merge, or discard this patch.