diff options
author | mrgoldy <gijsmartens1@gmail.com> | 2019-05-05 18:31:56 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-03 11:44:54 +0100 |
commit | 85910fe5bc828743f39cf295e48f6d393390433b (patch) | |
tree | 197a7b91f6c694b4a6359c3263c70493282da03e /phpBB | |
parent | 76b4a2faabf351e3a6ab71fd10ebf33045bf05a9 (diff) | |
download | forums-85910fe5bc828743f39cf295e48f6d393390433b.tar forums-85910fe5bc828743f39cf295e48f6d393390433b.tar.gz forums-85910fe5bc828743f39cf295e48f6d393390433b.tar.bz2 forums-85910fe5bc828743f39cf295e48f6d393390433b.tar.xz forums-85910fe5bc828743f39cf295e48f6d393390433b.zip |
[ticket/16008] Add missing empty line
PHPBB3-16008
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/auth/provider/provider_interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/provider_interface.php b/phpBB/phpbb/auth/provider/provider_interface.php index 21c73a33c5..6ad9b36f83 100644 --- a/phpBB/phpbb/auth/provider/provider_interface.php +++ b/phpBB/phpbb/auth/provider/provider_interface.php @@ -74,7 +74,7 @@ interface provider_interface * * @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 + * @return array|null Returns null if not implemented or an array withe * the template file name and an array of the vars * that the template needs that must conform to the * following example: |