1
0
Fork 0
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:
Pavel Savinov 2013-06-13 11:05:44 +11:00
parent 2cb697a4bb
commit 831bd844bd
31 changed files with 57 additions and 18 deletions

View file

@ -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)