aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/helper.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-15 14:46:18 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-15 19:14:59 +0200
commit5dfb1cc66a9436151c85182547915f33a6f87a2c (patch)
tree6f244ec8cee00ca3ff02d876e75d8e922f23a8a0 /phpBB/phpbb/passwords/driver/helper.php
parent52e835949715263f43ddfb5e6aaedc1cbb474c71 (diff)
downloadforums-5dfb1cc66a9436151c85182547915f33a6f87a2c.tar
forums-5dfb1cc66a9436151c85182547915f33a6f87a2c.tar.gz
forums-5dfb1cc66a9436151c85182547915f33a6f87a2c.tar.bz2
forums-5dfb1cc66a9436151c85182547915f33a6f87a2c.tar.xz
forums-5dfb1cc66a9436151c85182547915f33a6f87a2c.zip
[ticket/12715] Cleanup comments in \phpbb\passwords\*
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb/passwords/driver/helper.php')
-rw-r--r--phpBB/phpbb/passwords/driver/helper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/passwords/driver/helper.php b/phpBB/phpbb/passwords/driver/helper.php
index 85019bd5c9..2b3ebce53a 100644
--- a/phpBB/phpbb/passwords/driver/helper.php
+++ b/phpBB/phpbb/passwords/driver/helper.php
@@ -16,7 +16,7 @@ namespace phpbb\passwords\driver;
class helper
{
/**
- * @var phpbb\config\config
+ * @var \phpbb\config\config
*/
protected $config;
@@ -29,7 +29,7 @@ class helper
/**
* Construct a driver helper object
*
- * @param phpbb\config\config $config phpBB configuration
+ * @param \phpbb\config\config $config phpBB configuration
*/
public function __construct(\phpbb\config\config $config)
{