diff options
| -rw-r--r-- | phpstan.neon | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon index 0f2d48d..4712629 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,3 +9,8 @@ parameters: path: tests identifier: method.notFound reportUnmatched: false + - + message: '#Parameter \#1 \$value of method Pest\\Support\\HigherOrderCallables::expect\(\)#' + path: tests + identifier: argument.type + reportUnmatched: false |
