2021-11-05 17:18:06 +01:00
|
|
|
includes:
|
2023-12-10 15:58:05 +01:00
|
|
|
- ./vendor/larastan/larastan/extension.neon
|
2021-11-05 17:18:06 +01:00
|
|
|
|
|
|
|
parameters:
|
|
|
|
|
|
|
|
paths:
|
|
|
|
- app
|
|
|
|
|
|
|
|
# The level 8 is the highest level
|
|
|
|
level: 1
|
|
|
|
|
2023-02-06 21:00:44 +01:00
|
|
|
phpVersion: 80002
|
2021-11-05 17:18:06 +01:00
|
|
|
|
|
|
|
bootstrapFiles:
|
|
|
|
- bootstrap/phpstan.php
|
|
|
|
|
|
|
|
ignoreErrors:
|
2021-11-06 01:32:01 +01:00
|
|
|
# - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
|
2021-11-05 17:18:06 +01:00
|
|
|
|
|
|
|
excludePaths:
|
|
|
|
- ./Config/**/*.php
|
|
|
|
|
|
|
|
checkMissingIterableValueType: false
|