Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 19, 2024
1 parent bda8767 commit 831f4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/Php/RegexArrayShapeMatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ private function parseGroups(string $regex): ?array
{
if (self::$parser === null) {
/** @throws void */
self::$parser = Llk::load(new Read(__DIR__ . '/../../resources/RegexGrammar.pp'));
self::$parser = Llk::load(new Read(__DIR__ . '/../../../resources/RegexGrammar.pp'));
}

try {
Expand Down

0 comments on commit 831f4cd

Please sign in to comment.