From: Matthias Schmidt Date: Fri, 2 Sep 2016 17:33:40 +0000 (+0200) Subject: Fix property documentation of GroupedAttachmentList X-Git-Tag: 3.0.0_Beta_1~326 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e165b0f0dad4218d3c7e0fdec10648f5b930542b;p=GitHub%2FWoltLab%2FWCF.git Fix property documentation of GroupedAttachmentList --- diff --git a/wcfsetup/install/files/lib/data/attachment/GroupedAttachmentList.class.php b/wcfsetup/install/files/lib/data/attachment/GroupedAttachmentList.class.php index 99255100a8..5298f9bb92 100644 --- a/wcfsetup/install/files/lib/data/attachment/GroupedAttachmentList.class.php +++ b/wcfsetup/install/files/lib/data/attachment/GroupedAttachmentList.class.php @@ -24,12 +24,12 @@ class GroupedAttachmentList extends AttachmentList { protected $objectType = null; /** - * wcf\data\DatabaseObjectList::$sqlLimit + * @inheritDoc */ public $sqlLimit = 0; /** - * wcf\data\DatabaseObjectList::$sqlOrderBy + * @inheritDoc */ public $sqlOrderBy = 'attachment.showOrder';