mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
Almost PHPDoc problems fixed
This commit is contained in:
parent
2cb697a4bb
commit
831bd844bd
31 changed files with 57 additions and 18 deletions
|
@ -70,6 +70,8 @@ class GitHub
|
|||
*
|
||||
* @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
|
||||
*/
|
||||
public function authorizeOAuthInteractively($originUrl, $message = null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue