From 153e32b3bc2c9ba6d805fb8c3abd0231e7ca1abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jakes=CC=8C?= Date: Thu, 19 Dec 2019 13:56:53 +0100 Subject: [PATCH] Exclude error on expect() function [MAILPOET-2588] --- tasks/phpstan/phpstan-tests.neon | 1 + 1 file changed, 1 insertion(+) 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