From b949ab7be1172a66b9f252f8a979e1f999adc0fc Mon Sep 17 00:00:00 2001 From: Timon Heuser Date: Wed, 23 Oct 2024 10:58:16 +0200 Subject: [PATCH] test --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 8113ead..8c1e7c4 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -9,8 +9,3 @@ parameters: message: "#^Method Flowpack\\\\ContentSecurityPolicy\\\\Helpers\\\\TagHelper\\:\\:tagChangeAttributeValue\\(\\) should return string but returns string\\|null\\.$#" count: 1 path: Classes/Helpers/TagHelper.php - - - - message: "#^Method Flowpack\\\\ContentSecurityPolicy\\\\Http\\\\CspHeaderMiddleware\\:\\:checkTagAndReplaceUsingACallback\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: Classes/Http/CspHeaderMiddleware.php