mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
CS fixes
This commit is contained in:
parent
6f6228fb1d
commit
8d0b7f278e
53 changed files with 122 additions and 124 deletions
|
@ -68,11 +68,11 @@ 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
|
||||
* @param string $originUrl The host this GitHub instance is located at
|
||||
* @param string $message The reason this authorization is required
|
||||
* @throws \RuntimeException
|
||||
* @throws \Composer\Downloader\TransportException|\Exception
|
||||
* @return bool true on success
|
||||
* @throws TransportException|\Exception
|
||||
* @return bool true on success
|
||||
*/
|
||||
public function authorizeOAuthInteractively($originUrl, $message = null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue