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 a39d2e8 commit 71a5a1aCopy full SHA for 71a5a1a
src/Magento/ComposerRootUpdatePlugin/Plugin/Commands/OverrideRequireCommand.php
@@ -86,7 +86,7 @@ public function setApplication(Application $application = null)
86
*
87
* @return void
88
*/
89
- protected function configure()
+ protected function configure(): void
90
{
91
parent::configure();
92
@@ -170,7 +170,7 @@ protected function configure()
170
171
* @throws Exception
172
173
- protected function execute(InputInterface $input, OutputInterface $output)
+ protected function execute(InputInterface $input, OutputInterface $output): int
174
175
$this->console = new Console($this->getIO(), $input->getOption(self::INTERACTIVE_OPT));
176
$this->pkgUtils = new PackageUtils($this->console);
0 commit comments