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 | 8c0efd0d9317ad92bd55cd6afcd41bdbab827bf8 (patch) | |
| tree | c654456753e90ab38b7bcb89ece3381ad7a40f4a /phpstan.neon | |
| parent | 5fe7c87967ff29c4a8f03a9186918d8359f4887e (diff) | |
Make basic routing work
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 8 |
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 |
