mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 00:40:56 +02:00
[ticket/14466] Fix class name in PHPDoc comment.
PHPBB3-14466
This commit is contained in:
@ -59,7 +59,7 @@ if ($cron_lock->acquire())
|
||||
* This event enables you to catch the task before it runs
|
||||
*
|
||||
* @event core.cron_run_before
|
||||
* @var \phpbb\cron\task\task task Current Cron task
|
||||
* @var \phpbb\cron\task\wrapper task Current Cron task
|
||||
* @since 3.1.8-RC1
|
||||
*/
|
||||
$vars = array(
|
||||
|
Reference in New Issue
Block a user