Passed
Push — master ( 65a263...816e51 )
by Nils
02:44
created
src/Config/Config.php 1 patch
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.