diff options
Diffstat (limited to 'phpBB/phpbb/cron/manager.php')
-rw-r--r-- | phpBB/phpbb/cron/manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/cron/manager.php b/phpBB/phpbb/cron/manager.php index 191efc70a4..5c8ac04b77 100644 --- a/phpBB/phpbb/cron/manager.php +++ b/phpBB/phpbb/cron/manager.php @@ -36,7 +36,7 @@ class manager * * @param array|\Traversable $tasks Provides an iterable set of task names * @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($tasks, $phpbb_root_path, $php_ext) { |