PhpGitHooks\Module\PhpCs\Contract\Command\PhpCsToolCommand::__construct PHP Метод

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

PhpCsToolCommand constructor.
public __construct ( array $files, string $standard, string $errorMessage )
$files array
$standard string
$errorMessage string
    public function __construct(array $files, $standard, $errorMessage)
    {
        $this->files = $files;
        $this->standard = $standard;
        $this->errorMessage = $errorMessage;
    }