mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(tooling): add new larastan options
This commit is contained in:
parent
be522ddaed
commit
0b5a0f4823
1 changed files with 3 additions and 0 deletions
|
|
@ -18,12 +18,15 @@ parameters:
|
||||||
tipsOfTheDay: false
|
tipsOfTheDay: false
|
||||||
|
|
||||||
# Additional Larastan Rules
|
# Additional Larastan Rules
|
||||||
|
enableMigrationCache: true
|
||||||
noUnnecessaryEnumerableToArrayCalls: true
|
noUnnecessaryEnumerableToArrayCalls: true
|
||||||
checkModelProperties: true
|
checkModelProperties: true
|
||||||
|
parseModelCastsMethod: true
|
||||||
checkOctaneCompatibility: true
|
checkOctaneCompatibility: true
|
||||||
checkModelMethodVisibility: true
|
checkModelMethodVisibility: true
|
||||||
checkAuthCallsWhenInRequestScope: true
|
checkAuthCallsWhenInRequestScope: true
|
||||||
checkConfigTypes: true
|
checkConfigTypes: true
|
||||||
|
generalizeEnvReturnType: true
|
||||||
|
|
||||||
tmpDir: ./storage/phpstan
|
tmpDir: ./storage/phpstan
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue