mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 04:42:04 +02:00
[ticket/14466] Fix class name in PHPDoc comment.
PHPBB3-14466
This commit is contained in:
parent
3479f95090
commit
ebe5eb8342
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user