Skip to content

Commit

Permalink
Remove obsolete phpstan ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 6, 2023
1 parent b9cdce7 commit 26f7332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.tests.neon
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ parameters:
# Disable errors for various tests that verify values have correct types or arrays not having certain elements
- '/Parameter \#1 \$\w+ of class .+ constructor expects array\<.+\>, array\<.+\|stdClass\> given./'
- '/Parameter \#3 \$zoneMappings of method .+::validateChangeLayoutType\(\) expects array\<string, array\<string\>\>, array\<string, int\> given./'
- '#Call to static method PHPUnit\\Framework\\Assert::assertArrayHasKey\(\)#'
- '#expects array<Closure\|Symfony\\Component\\Validator\\Constraint>, array{stdClass} given.#'

# Disable errors for various "only read/written" properties
Expand Down

0 comments on commit 26f7332

Please sign in to comment.