1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-07 06:55:25 +02:00

[ticket/14466] Fix class name in PHPDoc comment.

PHPBB3-14466
This commit is contained in:
lavigor 2016-03-25 23:16:49 +03:00
parent 3479f95090
commit ebe5eb8342

View File

@ -59,7 +59,7 @@ if ($cron_lock->acquire())
* This event enables you to catch the task before it runs * This event enables you to catch the task before it runs
* *
* @event core.cron_run_before * @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 * @since 3.1.8-RC1
*/ */
$vars = array( $vars = array(