From 0fc8198b6323e440399b43fe07d3a3c211448ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 16 Feb 2025 13:48:57 +0100 Subject: [PATCH] Fix: Run 'make static-code-analysis-baseline' --- phpstan-baseline.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 0e084cd3..c0d875ed 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -71,17 +71,17 @@ parameters: path: test/Unit/Attribute/MaximumDurationTest.php - - message: "#^Method Ergebnis\\\\PHPUnit\\\\SlowTestDetector\\\\Test\\\\Unit\\\\Collector\\\\DefaultCollectorTest\\:\\:testCollectCollectsSlowTests\\(\\) has no return type specified\\.$#" + message: "#^Method Ergebnis\\\\PHPUnit\\\\SlowTestDetector\\\\Test\\\\Unit\\\\Collector\\\\DefaultCollectorTest\\:\\:testCollectSlowTestCollectsSlowTests\\(\\) has no return type specified\\.$#" count: 1 path: test/Unit/Collector/DefaultCollectorTest.php - - message: "#^Method Ergebnis\\\\PHPUnit\\\\SlowTestDetector\\\\Test\\\\Unit\\\\Collector\\\\DefaultCollectorTest\\:\\:testCollectCollectsSlowerTestWithSameTestIdentifier\\(\\) has no return type specified\\.$#" + message: "#^Method Ergebnis\\\\PHPUnit\\\\SlowTestDetector\\\\Test\\\\Unit\\\\Collector\\\\DefaultCollectorTest\\:\\:testCollectSlowTestCollectsSlowerTestWithSameTestIdentifier\\(\\) has no return type specified\\.$#" count: 1 path: test/Unit/Collector/DefaultCollectorTest.php - - message: "#^Method Ergebnis\\\\PHPUnit\\\\SlowTestDetector\\\\Test\\\\Unit\\\\Collector\\\\DefaultCollectorTest\\:\\:testCollectDoesNotCollectFasterTestWithSameTestIdentifier\\(\\) has no return type specified\\.$#" + message: "#^Method Ergebnis\\\\PHPUnit\\\\SlowTestDetector\\\\Test\\\\Unit\\\\Collector\\\\DefaultCollectorTest\\:\\:testCollectSlowTestDoesNotCollectFasterTestWithSameTestIdentifier\\(\\) has no return type specified\\.$#" count: 1 path: test/Unit/Collector/DefaultCollectorTest.php