@@ -20,7 +20,7 @@ |
||
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 |