Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 18, 2024
1 parent 12950e6 commit 320511c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions dev-tools/phpstan/baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -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\\<class\\-string\\>, 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\\<string, string\\>\\.$#',
Expand Down Expand Up @@ -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\\<class\\-string\\>, 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\\.$#',
Expand Down

0 comments on commit 320511c

Please sign in to comment.