execute() публичный Метод

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