diff options
| author | lavigor <lavigor@users.noreply.github.com> | 2016-03-25 23:16:49 +0300 | 
|---|---|---|
| committer | lavigor <lavigor@users.noreply.github.com> | 2016-03-25 23:16:49 +0300 | 
| commit | ebe5eb8342c7bd30a7ca690ad5befbbab8123a4f (patch) | |
| tree | 48aafa80b61c34c336475cfb3cc8be68e35d9639 /phpBB | |
| parent | 3479f950906dce340ab63b0d310ea8ba8fc02b97 (diff) | |
| download | forums-ebe5eb8342c7bd30a7ca690ad5befbbab8123a4f.tar forums-ebe5eb8342c7bd30a7ca690ad5befbbab8123a4f.tar.gz forums-ebe5eb8342c7bd30a7ca690ad5befbbab8123a4f.tar.bz2 forums-ebe5eb8342c7bd30a7ca690ad5befbbab8123a4f.tar.xz forums-ebe5eb8342c7bd30a7ca690ad5befbbab8123a4f.zip  | |
[ticket/14466] Fix class name in PHPDoc comment.
PHPBB3-14466
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/cron.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php index 7ba19fd63a..aed68f6aeb 100644 --- a/phpBB/cron.php +++ b/phpBB/cron.php @@ -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(  | 
