Passed
Push — master ( ab1cd3...08c723 )
by Stefan
02:14
created
SKien/XLogger/XLogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@
 block discarded – undo
275 275
         $strPath = str_replace('{year}', date('Y'), $strPath);
276 276
         $strPath = str_replace('{week}', date('Y_W'), $strPath);
277 277
 
278
-        $strUser = preg_replace("/[^A-Za-z0-9_-]/",'', $this->strUser);
278
+        $strUser = preg_replace("/[^A-Za-z0-9_-]/", '', $this->strUser);
279 279
         $strPath = str_replace('{name}', $strUser, $strPath);
280 280
 
281 281
         return $strPath;
Please login to merge, or discard this patch.