mirror of
https://github.com/pacoorozco/ssham.git
synced 2025-09-17 00:02:11 +03:00
20 lines
352 B
Plaintext
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
|