Skip to content

Commit 831f4cd

Browse files
committed
Fix path
1 parent bda8767 commit 831f4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Php/RegexArrayShapeMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ private function parseGroups(string $regex): ?array
372372
{
373373
if (self::$parser === null) {
374374
/** @throws void */
375-
self::$parser = Llk::load(new Read(__DIR__ . '/../../resources/RegexGrammar.pp'));
375+
self::$parser = Llk::load(new Read(__DIR__ . '/../../../resources/RegexGrammar.pp'));
376376
}
377377

378378
try {

0 commit comments

Comments
 (0)