Open bgiamarino opened 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.
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.