From 320511c6bc9b39f4c112cddc8741d75397520c6a Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Mon, 18 Nov 2024 02:34:20 +0100 Subject: [PATCH] update --- dev-tools/phpstan/baseline.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-tools/phpstan/baseline.php b/dev-tools/phpstan/baseline.php index f44a5a99857..30724f7b5a7 100644 --- a/dev-tools/phpstan/baseline.php +++ b/dev-tools/phpstan/baseline.php @@ -1669,12 +1669,6 @@ 'count' => 1, 'path' => __DIR__ . '/../../src/Fixer/PhpUnit/PhpUnitNoExpectationAnnotationFixer.php', ]; -$ignoreErrors[] = [ - // identifier: argument.type - 'message' => '#^Parameter \\#5 \\$preventingAttributes of method PhpCsFixer\\\\Fixer\\\\AbstractPhpUnitFixer\\:\\:ensureIsDocBlockWithAnnotation\\(\\) expects list\\, array\\{\'phpunit\\\\\\\\framework…\', \'phpunit\\\\\\\\framework…\', \'phpunit\\\\\\\\framework…\'\\} given\\.$#', - 'count' => 1, - 'path' => __DIR__ . '/../../src/Fixer/PhpUnit/PhpUnitSizeClassFixer.php', -]; $ignoreErrors[] = [ // identifier: offsetAccess.notFound 'message' => '#^Offset \'assertAttributeEqua…\'\\|\'assertAttributeNotE…\'\\|\'assertEquals\'\\|\'assertNotEquals\' might not exist on array\\\\.$#', @@ -1735,12 +1729,6 @@ 'count' => 3, 'path' => __DIR__ . '/../../src/Fixer/PhpUnit/PhpUnitTestCaseStaticMethodCallsFixer.php', ]; -$ignoreErrors[] = [ - // identifier: argument.type - 'message' => '#^Parameter \\#5 \\$preventingAttributes of method PhpCsFixer\\\\Fixer\\\\AbstractPhpUnitFixer\\:\\:ensureIsDocBlockWithAnnotation\\(\\) expects list\\, array\\{\'phpunit\\\\\\\\framework…\', \'phpunit\\\\\\\\framework…\', \'phpunit\\\\\\\\framework…\', \'phpunit\\\\\\\\framework…\'\\} given\\.$#', - 'count' => 1, - 'path' => __DIR__ . '/../../src/Fixer/PhpUnit/PhpUnitTestClassRequiresCoversFixer.php', -]; $ignoreErrors[] = [ // identifier: offsetAccess.notFound 'message' => '#^Offset 1 might not exist on array\\.$#',