1
0
mirror of https://github.com/pacoorozco/ssham.git synced 2025-09-17 00:02:11 +03:00
Files
ssham/phpstan.neon
pacoorozco b846322e91 Fix typo
Signed-off-by: pacoorozco <paco@pacoorozco.info>
2023-12-13 19:30:13 +01:00

20 lines
352 B
Plaintext

includes:
- ./vendor/larastan/larastan/extension.neon
parameters:
paths:
- app
- config
- database
- routes
# The level 9 is the highest level
level: 8
excludePaths:
- ./*/*/FileToBeExcluded.php
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false