mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
- vendor/nesbot/carbon/extension.neon
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 4
|
|
paths:
|
|
- src
|
|
- config
|
|
- database
|
|
tmpDir: build/phpstan
|
|
checkOctaneCompatibility: true
|
|
checkModelProperties: true
|
|
|