20 lines
580 B
Plaintext
20 lines
580 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
- ./vendor/larastan/larastan/extension.neon
|
|
|
|
parameters:
|
|
level: 4
|
|
paths:
|
|
- src
|
|
- config
|
|
tmpDir: build/phpstan
|
|
checkOctaneCompatibility: true
|
|
checkModelProperties: true
|
|
checkMissingIterableValueType: false
|
|
excludePaths:
|
|
- src/setup.php
|
|
ignoreErrors:
|
|
- '#^Class Laravel\\Horizon\\Console\\WorkCommand not found#'
|
|
- '#^Class Spatie\\TypeScriptTransformer\\TypeScriptTransformerConfig not found#'
|
|
- '#^Class Laravel\\VaporUi\\Console\\PublishCommand not found#'
|