PhpGitHooks\Module\JsonLint\Contract\CommandHandler\JsonLintToolCommandHandler::__construct PHP Метод

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

JsonLintToolCommandHandler constructor.
public __construct ( JsonLintTool $jsonLintTool )
$jsonLintTool PhpGitHooks\Module\JsonLint\Service\JsonLintTool
    public function __construct(JsonLintTool $jsonLintTool)
    {
        $this->jsonLintTool = $jsonLintTool;
    }
JsonLintToolCommandHandler