replace symfony console return values

This commit is contained in:
crazywhalecc
2023-08-06 10:43:20 +08:00
committed by Jerry Ma
parent 7a1433a994
commit a1e4125ded
15 changed files with 42 additions and 44 deletions

View File

@@ -52,6 +52,6 @@ class SortConfigCommand extends BaseCommand
return 1;
}
$this->output->writeln('<info>sort success</info>');
return 0;
return static::SUCCESS;
}
}