sdinteractive / Magento2_SomethingDigital_UpgradeHelper

18 stars 23 forks source link

Syntax Fix and Documentation Updates #44

Open bgiamarino opened 1 year ago

bgiamarino commented 1 year ago

The return statement for UpgradeHelperCommand::execute() was placed outside of the function which broke setup:di:compile.

The use of the Command::Success adds a dependency on Symfony_Console. composer.json was added to supply this documentation.