@@ -43,7 +43,7 @@ |
||
| 43 | 43 | |
| 44 | 44 | $this->waits = new SplStack; |
| 45 | 45 | |
| 46 | - $this->bucket = new Bucket($options, function (Bucket $bucket) { |
|
| 46 | + $this->bucket = new Bucket($options, function(Bucket $bucket) { |
|
| 47 | 47 | $this->continues($bucket); |
| 48 | 48 | }); |
| 49 | 49 | |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public static function retrieving(Closure $receiver) : void |
| 40 | 40 | { |
| 41 | - array_walk(self::$instances, function (Shaper $shaper) use ($receiver) { |
|
| 41 | + array_walk(self::$instances, function(Shaper $shaper) use ($receiver) { |
|
| 42 | 42 | $receiver($shaper); |
| 43 | 43 | }); |
| 44 | 44 | } |