Skip to content

Commit 02609a9

Browse files
[minor] add return type for stub command (deprecated in symfony 6) (#257)
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
1 parent 6977f3a commit 02609a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bundle/Command/StubCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
abstract class StubCommand extends Command
1111
{
12-
protected function execute(InputInterface $input, OutputInterface $output)
12+
protected function execute(InputInterface $input, OutputInterface $output): int
1313
{
1414
(new SymfonyStyle($input, $output))
1515
->error(

0 commit comments

Comments
 (0)