Skip to content

Commit 3a648f2

Browse files
authored
Merge pull request #3152 from maxhelias/deprecated-console
non-int value in the execute command will be deprecated
2 parents d29b8ad + a807e84 commit 3a648f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Bridge/Symfony/Bundle/Command/SwaggerCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
100100
} else {
101101
$output->writeln($content);
102102
}
103+
104+
return 0;
103105
}
104106
}

0 commit comments

Comments
 (0)