1
0
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:
Marc Alexander
2022-12-27 14:31:23 +01:00
parent a8b878349a
commit b855b8a5a5
6 changed files with 9 additions and 10 deletions

View File

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