adrema/phpstan.neon

18 lines
487 B
Plaintext
Raw Normal View History

2021-11-17 00:19:55 +01:00
includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
paths:
- app
# The level 8 is the highest level
2022-01-02 11:42:02 +01:00
level: 5
2021-11-17 00:19:55 +01:00
ignoreErrors:
2022-01-02 12:32:57 +01:00
- '#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#'
2022-01-02 11:29:36 +01:00
checkMissingIterableValueType: false