mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-07 05:58:51 +08:00
15 lines
259 B
Plaintext
15 lines
259 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 4
|
|
paths:
|
|
- src
|
|
- config
|
|
- database
|
|
tmpDir: build/phpstan
|
|
checkOctaneCompatibility: true
|
|
checkModelProperties: true
|
|
checkMissingIterableValueType: false
|
|
|