From d80fec4a837a00c6adda11700f866621e6662e52 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 6 Oct 2025 09:36:18 +0200 Subject: [PATCH] chore(php): Remove 8.2 deprecations Signed-off-by: provokateurin --- src/Route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Route.php b/src/Route.php index 5b07332..f2d21f1 100644 --- a/src/Route.php +++ b/src/Route.php @@ -29,7 +29,7 @@ public static function parseRoutes(string $path): array { if (str_contains($content, 'return ')) { if (str_contains($content, '$this')) { preg_match('/return ([^;]*);/', $content, $matches); - return self::includeRoutes("