bin/console ckeditor:install --quiet doesnt work after updating Symfony to v3.4.3#335
bin/console ckeditor:install --quiet doesnt work after updating Symfony to v3.4.3#335Dukecz wants to merge 3 commits into
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 --quietstopped working, exitting with error code 1: