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
|
||||
|
||||
# Additional Larastan Rules
|
||||
enableMigrationCache: true
|
||||
noUnnecessaryEnumerableToArrayCalls: true
|
||||
checkModelProperties: true
|
||||
parseModelCastsMethod: true
|
||||
checkOctaneCompatibility: true
|
||||
checkModelMethodVisibility: true
|
||||
checkAuthCallsWhenInRequestScope: true
|
||||
checkConfigTypes: true
|
||||
generalizeEnvReturnType: true
|
||||
|
||||
tmpDir: ./storage/phpstan
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Reference in a new issue