Skip to content

Commit

Permalink
ListCommand Unused paramter suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
chevli committed Jan 22, 2018
1 parent 1825dc4 commit ab26680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Console/Command/ListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit ab26680

Please sign in to comment.