1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00
This commit is contained in:
Jordi Boggiano 2012-10-22 20:25:11 +02:00
parent 5fc0de566f
commit e887f6cea9
4 changed files with 7 additions and 9 deletions

View file

@ -46,8 +46,8 @@ class GitHub
/**
* Attempts to authorize a GitHub domain via OAuth
*
* @param string $originUrl The host this GitHub instance is located at
* @return bool true on success
* @param string $originUrl The host this GitHub instance is located at
* @return bool true on success
*/
public function authorizeOAuth($originUrl)
{
@ -68,9 +68,9 @@ class GitHub
/**
* Authorizes a GitHub domain interactively via OAuth
*
* @param string $originUrl The host this GitHub instance is located at
* @param string $message The reason this authorization is required
* @return bool true on success
* @param string $originUrl The host this GitHub instance is located at
* @param string $message The reason this authorization is required
* @return bool true on success
*/
public function authorizeOAuthInteractively($originUrl, $message = null)
{