2021-10-30 20:41:38 +00:00
|
|
|
includes:
|
|
|
|
- ./phpstan-baseline.neon
|
|
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
- ./vendor/phpstan/phpstan-webmozart-assert/extension.neon
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
|
|
- app
|
|
|
|
- database/Seeders
|
|
|
|
level: 7
|
|
|
|
ignoreErrors:
|
2022-02-14 00:04:11 +00:00
|
|
|
- "#Unsafe usage of new static#"
|
|
|
|
- "#has no return type specified\\.#"
|
|
|
|
# Just ignore this entirey, causes a lot of noise for minimal gain on the requests.
|
|
|
|
- "#^Cannot call method parameter\\(\\) on object\\|string\\.$#"
|
2021-10-30 20:41:38 +00:00
|
|
|
checkMissingIterableValueType: false
|