PhpGitHooks\Module\JsonLint\Infrastructure\Tool\JsonLintProcessor::__construct PHP Метод

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

JsonLintProcessor constructor.
public __construct ( ToolPathFinder $toolPathFinder )
$toolPathFinder PhpGitHooks\Infrastructure\Tool\ToolPathFinder
    public function __construct(ToolPathFinder $toolPathFinder)
    {
        $this->toolPathFinder = $toolPathFinder;
    }