From: Matthias Schmidt Date: Mon, 15 Jun 2015 18:06:34 +0000 (+0200) Subject: Add missing 'abstract' X-Git-Tag: 3.0.0_Beta_1~2272 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=60390f258780b3a7387099ae9e804d745f2dacb0;p=GitHub%2FWoltLab%2FWCF.git Add missing 'abstract' --- 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