Liip\RMT\Action\BuildPharPackageAction::isRelativePath PHP Method

isRelativePath() protected method

Checks if the path is relative.
protected isRelativePath ( $path ) : boolean
$path string The path to check
return boolean
    protected function isRelativePath($path)
    {
        return strpos($path, '/') !== 0;
    }