1 | <?php |
||
9 | final class GitStrings |
||
10 | { |
||
11 | /** |
||
12 | * For example, passing the "[email protected]:cpliakas/git-wrapper.git" |
||
13 | * repository would return "git-wrapper". |
||
14 | */ |
||
15 | public static function parseRepositoryName(string $repositoryUrl): string |
||
30 | } |
||
31 |