We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc19b20 commit 19d30ffCopy full SHA for 19d30ff
src/Asserts/Traits/InteractsWithParser.php
@@ -11,7 +11,7 @@ trait InteractsWithParser
11
{
12
protected DomParser $parser;
13
14
- protected function getParser(): DomParser
+ public function getParser(): DomParser
15
16
return $this->parser;
17
}
0 commit comments