We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee07b7 commit a39d2e8Copy full SHA for a39d2e8
src/Magento/ComposerRootUpdatePlugin/Plugin/Commands/RequireCommerceCommand.php
@@ -61,7 +61,7 @@ class RequireCommerceCommand extends ExtendableRequireCommand
61
*
62
* @return void
63
*/
64
- protected function configure()
+ protected function configure(): void
65
{
66
parent::configure();
67
@@ -154,7 +154,7 @@ protected function getFormattedHelp(): string
154
155
* @throws Exception
156
157
- protected function execute(InputInterface $input, OutputInterface $output)
+ protected function execute(InputInterface $input, OutputInterface $output): int
158
159
$this->console = new Console($this->getIO(), $input->getOption(self::INTERACTIVE_OPT));
160
$console = $this->console;
0 commit comments