Completed
Push — master ( 59611c...cee8d3 )
by Beniamin
02:53
created
src/Pipolino.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.