Passed
Push — master ( 864d1d...1f4193 )
by Beniamin
02:55
created
src/Pipolino.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
         $stages = $this->stages;
63 63
         $currentStage = array_shift($stages);
64 64
 
65
-        $next = function (...$args) use ($stages) {
65
+        $next = function(...$args) use ($stages) {
66 66
             return (new Pipolino($stages, $this->defaultStage))->process(...$args);
67 67
         };
68 68
 
Please login to merge, or discard this patch.