Test Setup Failed
Push — fix-qinst ( 9bf464...bd0961 )
by Julien
02:51
created
lib/SSpkS/Package/Package.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -241,10 +241,10 @@
 block discarded – undo
241 241
             throw new \Exception('Package ' . $this->filepath . ' not readable! Will be ignored in the future. Please try again!');
242 242
         }
243 243
         foreach ($p as $file) {
244
-           if (substr($file, strrpos($file, '/') + 1) == 'WIZARD_UIFILES') {
245
-               touch($this->wizfile);
246
-               return true;
247
-           }
244
+            if (substr($file, strrpos($file, '/') + 1) == 'WIZARD_UIFILES') {
245
+                touch($this->wizfile);
246
+                return true;
247
+            }
248 248
         }
249 249
         return false;
250 250
     }
Please login to merge, or discard this patch.