mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/16955] Add missing docblocks and fix unclear ones
PHPBB3-16955
This commit is contained in:
@@ -827,8 +827,7 @@ class oauth extends base
|
||||
* Sets a redirect to the authorization uri.
|
||||
*
|
||||
* @param OAuth1Service|OAuth2Service $service The external OAuth service
|
||||
* @return array Array if an error occurred,
|
||||
* won't return on success
|
||||
* @return array|never Array if an error occurred, won't return on success
|
||||
*/
|
||||
protected function set_redirect($service)
|
||||
{
|
||||
|
Reference in New Issue
Block a user