Passed
Push — master ( 78a1e9...1a588d )
by Nils
03:05
created
src/Config/Config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,8 @@
 block discarded – undo
76 76
     {
77 77
         $logfiles = $this->getLogfiles();
78 78
 
79
-        foreach($logfiles as $key => $logfileObject) {
80
-            if($logfile === $logfileObject['file']) {
79
+        foreach ($logfiles as $key => $logfileObject) {
80
+            if ($logfile === $logfileObject['file']) {
81 81
              unset($logfiles[$key]);
82 82
             }
83 83
         }
Please login to merge, or discard this patch.