1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 12:52:08 +02:00

[ticket/14664] Fix PHPDoc comment in cron manager

PHPBB3-14664
This commit is contained in:
lavigor 2016-06-07 23:40:31 +03:00
parent b63c61d099
commit b2141fd1a8

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