From b2141fd1a8eaa4e1480c531e44b7de46e1dc2f36 Mon Sep 17 00:00:00 2001 From: lavigor Date: Tue, 7 Jun 2016 23:40:31 +0300 Subject: [PATCH] [ticket/14664] Fix PHPDoc comment in cron manager PHPBB3-14664 --- phpBB/phpbb/cron/manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {