Fatal error in app container because of missing return types in sample commands - incompatible with Symfony\Component\Console\Command\Command::execute;
Fatal error in app container because of missing vendors (composer install had to be run locally first, with all the pre-requisites, to get it to start up correctly);
Checklist
How was this tested:
On multiple devices/OS'es, we could not successfully start the app container before solving both of these issues, or at least adding the return types and running composer install locally for the first time.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Gytis Karpičius seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it.
What was changed
composer install
to be run earlier;Why?
app
container because of missing return types in sample commands - incompatible withSymfony\Component\Console\Command\Command::execute
;app
container because of missing vendors (composer install
had to be run locally first, with all the pre-requisites, to get it to start up correctly);Checklist
app
container before solving both of these issues, or at least adding the return types and runningcomposer install
locally for the first time.