diff --git a/config/phpstan.neon b/config/phpstan.neon index 06ce70f2..44041dc5 100644 --- a/config/phpstan.neon +++ b/config/phpstan.neon @@ -19,3 +19,8 @@ parameters: null_over_false: true narrow_param: true narrow_return: true + + ignoreErrors: + - + message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) .* will always evaluate to#' + path: '../tests/'