Merge pull request #4348 from lavigor/ticket/14664

[ticket/14664] Fix PHPDoc comment in cron manager
This commit is contained in:
Marc Alexander 2016-06-08 20:32:25 +02:00
commit 9d88238f89

View file

@ -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)
{