Skip to content

Commit

Permalink
Added return type for ::run() #901
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust authored and cmuench committed Dec 22, 2021
1 parent 896deda commit 997e1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/N98/Magento/Command/Developer/Console/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 997e1f8

Please sign in to comment.