19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app/
|
|
|
|
# Level 9 is the highest level
|
|
level: 6
|
|
|
|
# ignoreErrors:
|
|
# - '#PHPDoc tag @var#'
|
|
#
|
|
excludePaths:
|
|
- ./app/Http/Controllers/Auth/LoginController.php
|
|
#
|
|
# checkMissingIterableValueType: false
|