From 997e1f855fe2dc01cbbfee8b8aa90762cb87e95a Mon Sep 17 00:00:00 2001 From: Mark Shust Date: Tue, 21 Dec 2021 16:37:38 -0500 Subject: [PATCH] Added return type for ::run() #901 --- src/N98/Magento/Command/Developer/Console/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/N98/Magento/Command/Developer/Console/Shell.php b/src/N98/Magento/Command/Developer/Console/Shell.php index 7280997d4..9a4385f30 100644 --- a/src/N98/Magento/Command/Developer/Console/Shell.php +++ b/src/N98/Magento/Command/Developer/Console/Shell.php @@ -38,7 +38,7 @@ class Shell extends PsyShell * @param OutputInterface|null $output * @return int */ - public function run(InputInterface $input = null, OutputInterface $output = null) + public function run(InputInterface $input = null, OutputInterface $output = null): int { $this->registerHelpersFromMainApplication();