diff --git a/tasks/phpstan/phpstan-tests.neon b/tasks/phpstan/phpstan-tests.neon index e923f800be..47b8e0153f 100644 --- a/tasks/phpstan/phpstan-tests.neon +++ b/tasks/phpstan/phpstan-tests.neon @@ -16,6 +16,7 @@ parameters: - WP_DEBUG ignoreErrors: - '/Parameter #1 $cssOrXPath of method AcceptanceTester::moveMouseOver() expects string|null, array given./' + - '/Function expect invoked with 1 parameter, 0 required\./' - '/(with|has) no (return )?typehint specified/' # exclude level 6 errors excludes_analyse: - ../../tests/_support/_generated