1
0
Fork 0

improving doc

pull/7191/head
Hector Prats 2018-03-16 13:15:15 +01:00
parent 2413b55c60
commit 90ac5e0749
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,9 @@ class StatusCommand extends BaseCommand
const EXIT_CODE_UNPUSHED_CHANGES = 2;
const EXIT_CODE_VERSION_CHANGES = 4;
/**
* @throws \Symfony\Component\Console\Exception\InvalidArgumentException
*/
protected function configure()
{
$this
@ -55,6 +58,11 @@ EOT
;
}
/**
* @param InputInterface $input
* @param OutputInterface $output
* @return int|null
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
// init repos