mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
Fix CS
This commit is contained in:
parent
5fc0de566f
commit
e887f6cea9
4 changed files with 7 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue