From c0b65b3d01fab0573b890d1b9f2627cca32d0b2a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 27 Apr 2023 16:56:19 +1000 Subject: [PATCH] updated phpstan --- phpstan.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index c6be40ce7139..e426a63268c0 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,8 +4,8 @@ includes: parameters: ignoreErrors: - '#Call to an undefined method .*badMethod\(\)#' - - 'Call to an undefined method Illuminate\Database\Eloquent\Builder::exclude(). - level: 2 + - '#Call to an undefined method Illuminate\Database\Eloquent\Builder::exclude#' + level: 4 paths: - app universalObjectCratesClasses: