Skip to content

Commit

Permalink
set method to public due to bug in 8.3.8 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnbeck authored Jun 7, 2024
1 parent f576bab commit 07aaded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Asserts/Traits/InteractsWithParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait InteractsWithParser
{
protected DomParser $parser;

protected function getParser(): DomParser
public function getParser(): DomParser
{
return $this->parser;
}
Expand Down

0 comments on commit 07aaded

Please sign in to comment.