diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | 00c99f6c0e5af2564b467bda2b824fe4152261f8 (patch) | |
| tree | 4b097735561e8537cddfd82766b124ed7d86efa8 | |
| parent | 4c6c1b00e69ea06367dba96b3b024af632b729b6 (diff) | |
ignore phpstan pest error
| -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 |
