1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 16:15:22 +02:00

[feature/system-cron] Added missing implements declaration to cron task base.

PHPBB3-9596
This commit is contained in:
Oleg Pudeyev 2010-04-17 07:10:53 -04:00
parent 8f567a21a3
commit e151741fb6

View File

@ -27,7 +27,7 @@ if (!defined('IN_PHPBB'))
* *
* @package phpBB3 * @package phpBB3
*/ */
abstract class cron_task_base abstract class cron_task_base implements cron_task
{ {
/** /**
* Runs this cron task. * Runs this cron task.