Skip to content

Commit

Permalink
Change magic number to constant
Browse files Browse the repository at this point in the history
  • Loading branch information
benycode committed Sep 15, 2022
1 parent 4e5a8f0 commit 45bc4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ExampleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
{
$output->writeln('<info>Hello, World!</info>');

return 0;
return Command::SUCCESS;
}
}

0 comments on commit 45bc4ec

Please sign in to comment.