summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commit00c99f6c0e5af2564b467bda2b824fe4152261f8 (patch)
tree4b097735561e8537cddfd82766b124ed7d86efa8 /phpstan.neon
parent4c6c1b00e69ea06367dba96b3b024af632b729b6 (diff)
ignore phpstan pest error
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon5
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