Skip to content

Commit 321fcc9

Browse files
JakeQZoliverklee
andauthored
Don't initialize $characters outside of constructor.
Co-authored-by: Oliver Klee <[email protected]>
1 parent 1c14dd5 commit 321fcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parsing/ParserState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ParserState
3030
/**
3131
* @var array<int, string>
3232
*/
33-
private $characters = [];
33+
private $characters;
3434

3535
/**
3636
* @var int

0 commit comments

Comments
 (0)