Skip to content

Commit 637ed5f

Browse files
committed
Make withContext() public
1 parent 7f31347 commit 637ed5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function __construct(
106106
$this->customParser = new CustomParsers($customParsers);
107107
}
108108

109-
private function withContext(Context $context): self
109+
public function withContext(Context $context): self
110110
{
111111
$parser = clone $this;
112112
$parser->context = $context;

0 commit comments

Comments
 (0)