PhpGitHooks\Module\PhpLint\Contract\Command\PhpLintToolCommand::__construct PHP Метод

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

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