aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cron
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-06-08 20:32:28 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-06-08 20:32:28 +0200
commita9beed3ad05dfaf3de2c142d3e0b97b13a64093d (patch)
treec9bfcc7ef308ed05c65e88994444e56bd7caee35 /phpBB/phpbb/cron
parent82649b37e461b3a2701fd6bfef88167017d2c3b6 (diff)
parent9d88238f89a11e0de36e1943543368b092f2aba0 (diff)
downloadforums-a9beed3ad05dfaf3de2c142d3e0b97b13a64093d.tar
forums-a9beed3ad05dfaf3de2c142d3e0b97b13a64093d.tar.gz
forums-a9beed3ad05dfaf3de2c142d3e0b97b13a64093d.tar.bz2
forums-a9beed3ad05dfaf3de2c142d3e0b97b13a64093d.tar.xz
forums-a9beed3ad05dfaf3de2c142d3e0b97b13a64093d.zip
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/phpbb/cron')
-rw-r--r--phpBB/phpbb/cron/manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/cron/manager.php b/phpBB/phpbb/cron/manager.php
index 079ce8107e..9bd30a0a5b 100644
--- a/phpBB/phpbb/cron/manager.php
+++ b/phpBB/phpbb/cron/manager.php
@@ -110,7 +110,7 @@ class manager
* Web runner uses this method to resolve names to tasks.
*
* @param string $name Name of the task to look up.
- * @return \phpbb\cron\task\task A task corresponding to the given name, or null.
+ * @return \phpbb\cron\task\wrapper A wrapped task corresponding to the given name, or null.
*/
public function find_task($name)
{