aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-06-08 20:32:25 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-06-08 20:32:25 +0200
commit9d88238f89a11e0de36e1943543368b092f2aba0 (patch)
tree24d7a35c9aa44bcb454b8ed663df28c602b5bc0a
parentb63c61d099ff803de9ae7068a7cc77d105b94bd5 (diff)
parentb2141fd1a8eaa4e1480c531e44b7de46e1dc2f36 (diff)
downloadforums-9d88238f89a11e0de36e1943543368b092f2aba0.tar
forums-9d88238f89a11e0de36e1943543368b092f2aba0.tar.gz
forums-9d88238f89a11e0de36e1943543368b092f2aba0.tar.bz2
forums-9d88238f89a11e0de36e1943543368b092f2aba0.tar.xz
forums-9d88238f89a11e0de36e1943543368b092f2aba0.zip
Merge pull request #4348 from lavigor/ticket/14664
[ticket/14664] Fix PHPDoc comment in cron manager
-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)
{