This commit is contained in:
JBlond
2015-11-02 15:31:09 +01:00
parent 6c1e54bde3
commit 8ce0aabdca
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ class Routing
*
* A helper for parsing routes that use commit-ish names and paths
* separated by /, since route regexes are not enough to get that right.
*
* @param string $commitishPath
* @param string $repo
*/
public function parseCommitishPathParam($commitishPath, $repo)
{