mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
PHPDoc
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user