We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3232b commit 3eb2023Copy full SHA for 3eb2023
src/DocumentBundle/Command/GenerateDocumentCommand.php
@@ -84,7 +84,7 @@ public function execute(InputInterface $input, OutputInterface $output)
84
85
$this->io->success('生成成功');
86
87
- return \Symfony\Component\Console\Command\Command::SUCCESS;
+ return 0;
88
}
89
90
private function globalConfig()
0 commit comments