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\\.$#',