aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-27 14:58:42 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-27 14:58:42 +0100
commit7cf148ea131c73cc0c08a77e6811a6755658869e (patch)
tree96f074da33ea2d1ebdd402284d63186a337a8b4b /phpBB/phpbb/auth/provider/oauth
parent41f287fbeadcf8c8fa53568ee123d9d1fa05829f (diff)
downloadforums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar
forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar.gz
forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar.bz2
forums-7cf148ea131c73cc0c08a77e6811a6755658869e.tar.xz
forums-7cf148ea131c73cc0c08a77e6811a6755658869e.zip
[ticket/16271] Fix invalid docblocks
PHPBB3-16271
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/service/service_interface.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/service/service_interface.php b/phpBB/phpbb/auth/provider/oauth/service/service_interface.php
index ea9ef43788..239e661989 100644
--- a/phpBB/phpbb/auth/provider/oauth/service/service_interface.php
+++ b/phpBB/phpbb/auth/provider/oauth/service/service_interface.php
@@ -73,8 +73,6 @@ interface service_interface
/**
* Returns the external library service provider once it has been set
- *
- * @param \OAuth\Common\Service\ServiceInterface|null
*/
public function get_external_service_provider();