Passed
Push — master ( 5569dc...171342 )
by Stefan
01:21
created
SKien/XLogger/FileLogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
             $strMessage = $this->replaceContext($message, $context);
96 96
             $strLine .= $this->strSep . $this->prepareText(strtoupper($level) . ': ' . $strMessage);
97 97
             // user agent
98
-            if (($this->iOptions & self::LOG_BT) != 0 ) {
98
+            if (($this->iOptions & self::LOG_BT) != 0) {
99 99
                 $strLine .= $this->strSep . $this->prepareText($_SERVER["HTTP_USER_AGENT"]);
100 100
             }
101 101
             
Please login to merge, or discard this patch.