-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bin/console ckeditor:install --quiet doesnt work after updating Symfony to v3.4.3 #335
base: master
Are you sure you want to change the base?
Conversation
Same with update symfony/symfony from v3.3.14 to v3.3.15 and composer script |
Looks like it's related to $question in the install command::createNotifier it's calling the choice method passing an array as the $question, but the symfony ChoiceQuestion can only accept a string as the first parameter, not an array.
The choice method would need to be sure to always transform that array into a string
Actual Error
|
Actually, looking again if this change was made to the CKEditorInstallerCommand::choice() method - it installs ok for 3.4.3+ FROM
TO
Since the changes to the Symfony Helper\QuestionHelper return the value and not the index see symfony/console@d6f3e07#diff-48f20b7ff8c43c4083a7ee0458c45f45 |
Any updates on this PR? my project is blocked by this, is there a workaround? |
After I have updated symfony from 3.4.2 to 3.4.3 the console command
bin/console ckeditor:install --quiet
stopped working, exitting with error code 1: