Skip to content

Commit a807e84

Browse files
committed
non-int value in the execute command will be deprecated
1 parent d29b8ad commit a807e84

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)