From 90ac5e0749a8b3040eb6edfa88f69b466b2ab4c9 Mon Sep 17 00:00:00 2001 From: Hector Prats Date: Fri, 16 Mar 2018 13:15:15 +0100 Subject: [PATCH] improving doc --- src/Composer/Command/StatusCommand.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Composer/Command/StatusCommand.php b/src/Composer/Command/StatusCommand.php index 02dbf1b6b..d558f46fd 100644 --- a/src/Composer/Command/StatusCommand.php +++ b/src/Composer/Command/StatusCommand.php @@ -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