2021-11-05 12:18:06 -04:00
|
|
|
includes:
|
2023-12-10 09:58:05 -05:00
|
|
|
- ./vendor/larastan/larastan/extension.neon
|
2021-11-05 12:18:06 -04:00
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
paths:
|
|
|
|
- app
|
|
|
|
|
|
|
|
# The level 8 is the highest level
|
|
|
|
level: 1
|
|
|
|
|
2024-03-12 07:29:51 -04:00
|
|
|
phpVersion: 80200
|
2021-11-05 12:18:06 -04:00
|
|
|
|
|
|
|
bootstrapFiles:
|
|
|
|
- bootstrap/phpstan.php
|
|
|
|
|
|
|
|
ignoreErrors:
|
2021-11-05 20:32:01 -04:00
|
|
|
# - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
|
2021-11-05 12:18:06 -04:00
|
|
|
|
|
|
|
excludePaths:
|
|
|
|
- ./Config/**/*.php
|
2024-03-23 11:33:05 -04:00
|
|
|
- ./dev/**/*.php
|
2021-11-05 12:18:06 -04:00
|
|
|
|
|
|
|
checkMissingIterableValueType: false
|