From bb1f3cb7287594f583137d9574336893fc4f1a34 Mon Sep 17 00:00:00 2001 From: Nattfarinn Date: Wed, 29 May 2024 12:30:47 +0200 Subject: [PATCH] fix: Baseline --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 2274e7a371..1465e203cf 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -48776,7 +48776,7 @@ parameters: path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php - - message: "#^Anonymous function should return string but returns string\\|false\\.$#" + message: "#^Anonymous function should return non\\-empty\\-string but returns non\\-empty\\-string\\|false\\.$#" count: 1 path: tests/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtensionTest.php