Completed
Push — master ( 7f6e55...4f29a1 )
by Frank
11:17
created
Classes/Traits/LoggerTrait.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
     {
26 26
         if ($this->logger === null) {
27 27
             $this->logger = new Logger('application');
28
-            $this->logger->pushHandler(new StreamHandler($GLOBALS['config']['log']['file'], (int)$GLOBALS['config']['log']['level']));
28
+            $this->logger->pushHandler(new StreamHandler($GLOBALS['config']['log']['file'], (int) $GLOBALS['config']['log']['level']));
29 29
         }
30 30
         return $this->logger;
31 31
     }
Please login to merge, or discard this patch.