1
0
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:
Marc Alexander
2022-12-30 17:27:31 +01:00
parent 4284512594
commit fab81eca2b
7 changed files with 19 additions and 11 deletions

View File

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