2021-11-17 00:19:55 +01:00
|
|
|
includes:
|
|
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
paths:
|
|
|
|
- app
|
2022-02-10 02:18:57 +01:00
|
|
|
- tests
|
|
|
|
- database
|
2021-11-17 00:19:55 +01:00
|
|
|
|
|
|
|
# The level 8 is the highest level
|
2022-02-12 01:16:37 +01:00
|
|
|
level: 6
|
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#'
|