@@ -62,7 +62,7 @@ |
||
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 |