1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[feature/passwords] Add missing documentation to docblocks

Also contains some minor spacing changes.

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-12-29 17:55:00 +01:00
parent 141bef75cb
commit 8383d1f1d3
6 changed files with 26 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ class manager
public $convert_flag = false;
/**
* Crypto helper
* Passwords helper
* @var phpbb\passwords\helper
*/
protected $helper;
@@ -125,7 +125,8 @@ class manager
*
* @param string $prefix Password hash prefix
*
* @return object The hash type object
* @return object|bool The hash type object or false if prefix is not
* supported
*/
protected function get_algorithm($prefix)
{