summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon8
1 files changed, 2 insertions, 6 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 6e02a9e..bbd57ba 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -5,11 +5,7 @@ parameters:
- tests
ignoreErrors:
-
- message: '#Call to an undefined method Pest\\PendingCalls\\TestCall::[a-zA-Z0-9\\_]+#'
- path: tests
- reportUnmatched: false
- -
- message: '#Access to an undefined property Pest\\(Mixins\\)?Expectation#'
- identifier: property.notFound
+ message: '#Call to an undefined method Pest\\Expectation<#'
path: tests
+ identifier: method.notFound
reportUnmatched: false