@@ -7,7 +7,7 @@ |
||
7 | 7 | private string $string; |
8 | 8 | private bool $eof; |
9 | 9 | |
10 | - public function __construct( string $string, bool $eof ) { |
|
10 | + public function __construct(string $string, bool $eof) { |
|
11 | 11 | $this->string = $string; |
12 | 12 | $this->eof = $eof; |
13 | 13 | } |