Passed
Push — master ( 13a894...4f923e )
by 世昌
01:40
created
nebula/component/debug/log/logger/FileLogger.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         }
70 70
         if ($temp !== false) {
71 71
             $this->temp = $temp;
72
-        }else{
72
+        } else{
73 73
             throw new FileLoggerException(__CLASS__.':'.sprintf('cannot create log file'));
74 74
         }
75 75
         $this->latest = $this->config['save-path'].'/'.$this->config['file-name'];
Please login to merge, or discard this patch.