execute() public method

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