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

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