Skip to content

Commit

Permalink
make execute compatible with symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo-Atalla committed Feb 8, 2024
1 parent 1ca6543 commit 3fe91a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Propel/Generator/Command/MigrationUpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function configure()
*
* @throws \Propel\Runtime\Exception\RuntimeException
*/
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$configOptions = [];

Expand Down

0 comments on commit 3fe91a3

Please sign in to comment.