Phan\Config::getProjectRootDirectory PHP Method

getProjectRootDirectory() public method

public getProjectRootDirectory ( ) : string
return string Get the root directory of the project that we're scanning
    public function getProjectRootDirectory() : string
    {
        return $this->project_root_directory ?? getcwd();
    }