PhpGitHooks\Module\PhpMd\Infrastructure\Tool\PhpMdToolProcessor::__construct PHP Метод

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

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