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
The InputOption::VALUE_OPTIONAL option mode will always return
null if you don't set a default value, but returning any other value
makes it impossible to correctly determine whether the flag was
set or not.
Solution is to rely on $input->hasParameterOption() instead.
See: https://github.com/symfony/symfony/issues/11572\#issuecomment-197929086
Instead of downloading the site from and extracting it to /var/www, make it possible to clone the repo instead.
The text was updated successfully, but these errors were encountered: