master
protected function getCommandName(InputInterface $input)
Avoid passing parameters to methods or constructors and then not using those parameters.
class Foo{ private function bar($howdy) { // $howdy is not used }}