2022-02-10 20:27:43 +01:00
|
|
|
includes:
|
|
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
paths:
|
|
|
|
- src
|
|
|
|
- tests
|
|
|
|
|
|
|
|
# The level 8 is the highest level
|
|
|
|
level: 6
|
2022-02-12 16:46:36 +01:00
|
|
|
|
|
|
|
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
|