Passed
Branch master (d74938)
by Shiyu
02:03
created
Category
src/Shaper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Control.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.