aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/base.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-12-29 17:55:00 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-12-29 17:55:00 +0100
commit8383d1f1d3b5f3ac12248920f7cf79d8aa6399fc (patch)
tree3ae94bfea0fc1ec44f49ebe1189d9e7983c58e60 /phpBB/phpbb/passwords/driver/base.php
parent141bef75cb924644191c90bd722a250ef60099b7 (diff)
downloadforums-8383d1f1d3b5f3ac12248920f7cf79d8aa6399fc.tar
forums-8383d1f1d3b5f3ac12248920f7cf79d8aa6399fc.tar.gz
forums-8383d1f1d3b5f3ac12248920f7cf79d8aa6399fc.tar.bz2
forums-8383d1f1d3b5f3ac12248920f7cf79d8aa6399fc.tar.xz
forums-8383d1f1d3b5f3ac12248920f7cf79d8aa6399fc.zip
[feature/passwords] Add missing documentation to docblocks
Also contains some minor spacing changes. PHPBB3-11610
Diffstat (limited to 'phpBB/phpbb/passwords/driver/base.php')
-rw-r--r--phpBB/phpbb/passwords/driver/base.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/passwords/driver/base.php b/phpBB/phpbb/passwords/driver/base.php
index b5414fccdc..f938bdd587 100644
--- a/phpBB/phpbb/passwords/driver/base.php
+++ b/phpBB/phpbb/passwords/driver/base.php
@@ -26,7 +26,8 @@ abstract class base implements driver_interface
/**
* Constructor of passwords driver object
*
- * @return string Hash prefix
+ * @param \phpbb\config\config $config phpBB config
+ * @param \phpbb\passwords\driver\helper $helper Password driver helper
*/
public function __construct(\phpbb\config\config $config, \phpbb\passwords\driver\helper $helper)
{