aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/controller/helper.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-08-07 13:19:49 +0300
committern-aleha <nick_aleha@myway.com>2014-08-07 13:19:49 +0300
commit80067467805d4b1664777cf3553c39fc32cfdb65 (patch)
treeda8748acc232072a93c91c762bab5c28491b07c9 /phpBB/phpbb/controller/helper.php
parent9133b913ec2184e56f1ea420820e45f4208f753d (diff)
downloadforums-80067467805d4b1664777cf3553c39fc32cfdb65.tar
forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.gz
forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.bz2
forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.xz
forums-80067467805d4b1664777cf3553c39fc32cfdb65.zip
[ticket/12557] Fix php file description
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/controller/helper.php')
-rw-r--r--phpBB/phpbb/controller/helper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/controller/helper.php b/phpBB/phpbb/controller/helper.php
index 80e5e63083..dd89d0504a 100644
--- a/phpBB/phpbb/controller/helper.php
+++ b/phpBB/phpbb/controller/helper.php
@@ -50,7 +50,7 @@ class helper
protected $phpbb_root_path;
/**
- * PHP extension
+ * PHP file extension
* @var string
*/
protected $php_ext;
@@ -65,7 +65,7 @@ class helper
* @param \phpbb\extension\manager $manager Extension manager object
* @param \phpbb\symfony_request $symfony_request Symfony Request object
* @param string $phpbb_root_path phpBB root path
- * @param string $php_ext PHP extension
+ * @param string $php_ext PHP file extension
*/
public function __construct(\phpbb\template\template $template, \phpbb\user $user, \phpbb\config\config $config, \phpbb\controller\provider $provider, \phpbb\extension\manager $manager, \phpbb\symfony_request $symfony_request, $phpbb_root_path, $php_ext)
{