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