From e165b0f0dad4218d3c7e0fdec10648f5b930542b Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Fri, 2 Sep 2016 19:33:40 +0200 Subject: [PATCH] Fix property documentation of GroupedAttachmentList --- .../files/lib/data/attachment/GroupedAttachmentList.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; -- 2.20.1