PhpGitHooks\Module\PhpMd\Infrastructure\Tool\PhpMdToolProcessor::__construct PHP Method

__construct() public method

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