Passed
Branch remove_class (5643f7)
by n
02:25
created
src/MiddlewareStack.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         $count = count($this->stack);
46 46
 
47 47
         if ($count === 0) {
48
-           return $delegate->process($request);
48
+            return $delegate->process($request);
49 49
         }
50 50
 
51 51
         if ($count === 1) {
Please login to merge, or discard this patch.