From 831f4cd05e06ab917ea26713588ac31a324dab60 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Fri, 19 Jul 2024 13:59:14 +0200 Subject: [PATCH] Fix path --- src/Type/Php/RegexArrayShapeMatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Type/Php/RegexArrayShapeMatcher.php b/src/Type/Php/RegexArrayShapeMatcher.php index bf0753718c..6a57144124 100644 --- a/src/Type/Php/RegexArrayShapeMatcher.php +++ b/src/Type/Php/RegexArrayShapeMatcher.php @@ -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 {