From 64554680f26fa9f88c1ad995a990b15a4dffea55 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Thu, 1 Sep 2022 23:55:51 +0200 Subject: [PATCH] Update phpstan config --- phpstan.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 0ffdc5e1..d2413da4 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,5 +15,3 @@ parameters: - '#Call to an undefined method Illuminate\\Contracts\\Auth\\Authenticatable::api\(\)#' - '#Call to an undefined method Illuminate\\Contracts\\Auth\\Authenticatable::getNamiGroupId\(\)#' - '#Illuminate\\Contracts\\Auth\\Authenticatable\|null given#' - - checkMissingIterableValueType: false