Passed
Pull Request — master (#14)
by Jesse
08:32
created
src/CharData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.