mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14466] Fix class name in PHPDoc comment.
PHPBB3-14466
This commit is contained in:
parent
3479f95090
commit
ebe5eb8342
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue