diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-06-17 10:06:11 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-06-17 10:06:11 +0200 |
commit | cfd4aab7b749e95fa649ee5f6e780c8412b43000 (patch) | |
tree | eb0c7bc116dda398204de03bc1bfcd2f2642ce25 /phpBB/phpbb/auth | |
parent | 951b097761d7e5f989008b7166b74b8a8fb12615 (diff) | |
parent | c01e604998a42ebf7ee6fb3f81db6599157cc9d9 (diff) | |
download | forums-cfd4aab7b749e95fa649ee5f6e780c8412b43000.tar forums-cfd4aab7b749e95fa649ee5f6e780c8412b43000.tar.gz forums-cfd4aab7b749e95fa649ee5f6e780c8412b43000.tar.bz2 forums-cfd4aab7b749e95fa649ee5f6e780c8412b43000.tar.xz forums-cfd4aab7b749e95fa649ee5f6e780c8412b43000.zip |
Merge pull request #5599 from mrgoldy/ticket/16068
[ticket/16068] Adjust DocBlock @param's
Diffstat (limited to 'phpBB/phpbb/auth')
-rw-r--r-- | phpBB/phpbb/auth/provider/provider_interface.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/phpbb/auth/provider/provider_interface.php b/phpBB/phpbb/auth/provider/provider_interface.php index 35e0f559a1..463324ff46 100644 --- a/phpBB/phpbb/auth/provider/provider_interface.php +++ b/phpBB/phpbb/auth/provider/provider_interface.php @@ -71,9 +71,10 @@ interface provider_interface * options with whatever configuraton values are passed to it as an array. * It then returns the name of the acp file related to this authentication * provider. - * @param array $new_config Contains the new configuration values that - * have been set in acp_board. - * @return array|null Returns null if not implemented or an array with + * + * @param \phpbb\config\config $new_config Contains the new configuration values + * that have been set in acp_board. + * @return array|null Returns null if not implemented or an array with * the template file name and an array of the vars * that the template needs that must conform to the * following example: |