1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +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

@@ -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)
{