@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | $stages = $this->stages; |
55 | 55 | $currentStage = array_shift($stages); |
56 | - $next = function (...$args) use ($stages) { |
|
56 | + $next = function(...$args) use ($stages) { |
|
57 | 57 | return (new Pipolino($stages))->process(...$args); |
58 | 58 | }; |
59 | 59 |