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

@@ -122,6 +122,7 @@ class Client extends BaseClient
* Set default branch as a string.
*
* @param string $branch Name of branch to use when repo's HEAD is detached.
* @return object
*/
protected function setDefaultBranch($branch)
{
@@ -152,6 +153,7 @@ class Client extends BaseClient
* Set the hidden repository list
*
* @param array $hidden List of repositories to hide
* @return object
*/
protected function setHidden($hidden)
{

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)
{