HippoPHP\Hippo\CheckRepository::getRootDirectory PHP Method

getRootDirectory() private method

Returns the root checks directory.
private getRootDirectory ( ) : string
return string
    private function getRootDirectory()
    {
        return __DIR__ . DIRECTORY_SEPARATOR . 'Checks';
    }