From ab26680beb7455569d84b423772b660a17aba378 Mon Sep 17 00:00:00 2001 From: Raj Chevli Date: Mon, 22 Jan 2018 14:15:01 +0000 Subject: [PATCH] ListCommand Unused paramter suppression --- Console/Command/ListCommand.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Console/Command/ListCommand.php b/Console/Command/ListCommand.php index ae980bb..1f19b4c 100644 --- a/Console/Command/ListCommand.php +++ b/Console/Command/ListCommand.php @@ -49,12 +49,11 @@ protected function configure() * @param InputInterface $input * @param OutputInterface $output * @return void - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(PHPMD.UnusedFormalParameter) */ protected function execute(InputInterface $input, OutputInterface $output) { try { - $count = 1; foreach ($this->configInterface->getAllComponents() as $component) {