aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cron/task/wrapper.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/cron/task/wrapper.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/cron/task/wrapper.php')
-rw-r--r--phpBB/phpbb/cron/task/wrapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/cron/task/wrapper.php b/phpBB/phpbb/cron/task/wrapper.php
index 7035a11515..8a4a8b1f0c 100644
--- a/phpBB/phpbb/cron/task/wrapper.php
+++ b/phpBB/phpbb/cron/task/wrapper.php
@@ -30,7 +30,7 @@ class wrapper
*
* @param \phpbb\cron\task\task $task The cron task to wrap.
* @param string $phpbb_root_path Relative path to phpBB root
- * @param string $php_ext PHP extension (php)
+ * @param string $php_ext PHP file extension
*/
public function __construct(\phpbb\cron\task\task $task, $phpbb_root_path, $php_ext)
{