You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can contribute, but how you do you want to handle this @ondrejmirtes ?
Should I check if the value start with %env(bool, ..., to consider this as a special case ?
The text was updated successfully, but these errors were encountered:
I don't know the inner workings of PHPStan\Symfony\ParameterMap but I feel like it should somehow use the Symfony internals to correctly resolve this type.
%env(bool:FTP_ACTIVE)%
should be considered as a bool but it's considered as a string.I end up with error like
Currently, the value is inferred with the code
There is a lot of env var processor: https://symfony.com/doc/current/configuration/env_var_processors.html
I can contribute, but how you do you want to handle this @ondrejmirtes ?
Should I check if the value start with
%env(bool
, ..., to consider this as a special case ?The text was updated successfully, but these errors were encountered: