Passed
Push — 2.x ( e4dcfe...b1067a )
by Quentin
06:36
created
src/Services/Capsules/HasCapsules.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -366,9 +366,9 @@
 block discarded – undo
366 366
         }
367 367
 
368 368
         collect($files)->each(function ($file) {
369
-           if (file_exists($file)) {
370
-               require_once $file;
371
-           }
369
+            if (file_exists($file)) {
370
+                require_once $file;
371
+            }
372 372
         });
373 373
     }
374 374
 }
Please login to merge, or discard this patch.