You've already forked Epicnabbo-Catalogus-Updated-Daily
27 lines
528 B
Plaintext
27 lines
528 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
|
|
parameters:
|
|
paths:
|
|
- app
|
|
- config
|
|
- database
|
|
- routes
|
|
|
|
level: 5
|
|
|
|
excludePaths:
|
|
- app/Console/Kernel.php
|
|
- app/Exceptions/Handler.php
|
|
- bootstrap
|
|
- storage
|
|
- vendor
|
|
|
|
ignoreErrors:
|
|
- '#PHPDoc tag @var#'
|
|
- '#Unsafe usage of new static#'
|
|
|
|
checkMissingIterableValueType: false
|
|
checkGenericClassInNonGenericObjectType: false
|
|
reportUnmatchedIgnoredErrors: false
|