From e6d093ec58293c0067249f7956ac1cc4e7d05da5 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 7 Feb 2025 17:12:55 +0100 Subject: [PATCH] PHPStan: fix ignores New PHPStan release, new issue with the ignores. Fixed now in a way that should be more stable. --- phpstan.neon.dist | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index ff37659..a1efce1 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -25,10 +25,7 @@ parameters: # The traits are functionality, but not used by the package itself. Can't be helped. - identifier: trait.unused - path: src/TestListeners/TestListenerDefaultImplementationPHPUnit6.php - - - identifier: trait.unused - path: src/TestListeners/TestListenerSnakeCaseMethods.php + path: src/TestListeners/* # Level 5 -