/**
  * @param CommandInterface|PhpLintToolCommand $command
  */
 public function handle(CommandInterface $command)
 {
     $this->phpLintTool->execute($command->getFiles(), $command->getErrorMessage());
 }