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