From 60390f258780b3a7387099ae9e804d745f2dacb0 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 15 Jun 2015 20:06:34 +0200 Subject: [PATCH] Add missing 'abstract' --- .../bulk/processing/AbstractBulkProcessableObjectType.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/bulk/processing/AbstractBulkProcessableObjectType.class.php b/wcfsetup/install/files/lib/system/bulk/processing/AbstractBulkProcessableObjectType.class.php index 218f56d340..98de6f6c8e 100644 --- a/wcfsetup/install/files/lib/system/bulk/processing/AbstractBulkProcessableObjectType.class.php +++ b/wcfsetup/install/files/lib/system/bulk/processing/AbstractBulkProcessableObjectType.class.php @@ -13,7 +13,7 @@ use wcf\system\WCF; * @subpackage system.bulk.processing * @category Community Framework */ -class AbstractBulkProcessableObjectType extends AbstractObjectTypeProcessor implements IBulkProcessableObjectType { +abstract class AbstractBulkProcessableObjectType extends AbstractObjectTypeProcessor implements IBulkProcessableObjectType { /** * name of the object type definition for the bulk actions * @var string -- 2.20.1