mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 15:31:42 +02:00
[ticket/16955] Clean up cron and console classes
PHPBB3-16955
This commit is contained in:
@@ -164,7 +164,7 @@ class manager
|
||||
* Web runner uses this method to resolve names to tasks.
|
||||
*
|
||||
* @param string $name Name of the task to look up.
|
||||
* @return wrapper A wrapped task corresponding to the given name, or null.
|
||||
* @return wrapper|null A wrapped task corresponding to the given name, or null.
|
||||
*/
|
||||
public function find_task($name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user