Completed
Push — develop ( 15ec3c...8b62a8 )
by Baptiste
02:19
created
src/Compilation/Service/Constructor/Stream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         $this->type = $type;
21 21
         $this->arguments = ImmutableStream::of(Argument::class, ...$arguments)->map(static function(Argument $argument): Argument {
22 22
             return new Lazy($argument);
23
-        });;
23
+        }); ;
24 24
     }
25 25
 
26 26
     public function __toString(): string
Please login to merge, or discard this patch.