aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/helper.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/helper.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/helper.php')
-rw-r--r--phpBB/phpbb/passwords/driver/helper.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/phpbb/passwords/driver/helper.php b/phpBB/phpbb/passwords/driver/helper.php
index 77c8a87d06..4b8dc9a123 100644
--- a/phpBB/phpbb/passwords/driver/helper.php
+++ b/phpBB/phpbb/passwords/driver/helper.php
@@ -86,7 +86,8 @@ class helper
/**
* Return unique id
- * @param string $extra additional entropy
+ *
+ * @param string $extra Additional entropy
*
* @return string Unique id
*/
@@ -113,6 +114,8 @@ class helper
*
* @param int $length Salt length
* @param string $rand_seed Seed for random data (optional). For tests.
+ *
+ * @return string Random salt with specified length
*/
public function get_random_salt($length, $rand_seed = '/dev/urandom')
{