Skip to content

Commit cb0ea82

Browse files
authored
Explicitly declare options property of UniqueNode (#80)
1 parent 5ea52aa commit cb0ea82

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/XmlStringStreamer/Parser/UniqueNode.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ class UniqueNode implements ParserInterface
7070
*/
7171
protected $preCapture;
7272

73+
/**
74+
* @var array<string, mixed>
75+
*/
76+
private $options;
77+
7378
/**
7479
* Parser constructor
7580
* @param array $options An options array

0 commit comments

Comments
 (0)