Add phpstan

This commit is contained in:
philipp lang 2022-02-12 16:46:36 +01:00
parent 3c64ccb6ea
commit 876e026fd0
1 changed files with 7 additions and 0 deletions

View File

@ -9,3 +9,10 @@ parameters:
# The level 8 is the highest level
level: 6
ignoreErrors:
- '#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