mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(tooling): remove generalizeEnvReturnType from larastan
- this option flags env values that do not need to be explicitly casted as they are inffered but lets keep it explicit for now
This commit is contained in:
parent
a4edfaa682
commit
dd3f6012bf
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ parameters:
|
|||
checkModelMethodVisibility: true
|
||||
checkAuthCallsWhenInRequestScope: true
|
||||
checkConfigTypes: true
|
||||
generalizeEnvReturnType: true
|
||||
|
||||
tmpDir: ./storage/phpstan
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Reference in a new issue