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