From 63a25d566f79a5324cfa1d28ad6b916f4660c1e4 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 7 Jun 2016 19:33:21 +0200 Subject: [PATCH] Fix documentation of SearchResultArticleContentList --- .../content/SearchResultArticleContentList.class.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wcfsetup/install/files/lib/data/article/content/SearchResultArticleContentList.class.php b/wcfsetup/install/files/lib/data/article/content/SearchResultArticleContentList.class.php index a118967351..d59706b806 100644 --- a/wcfsetup/install/files/lib/data/article/content/SearchResultArticleContentList.class.php +++ b/wcfsetup/install/files/lib/data/article/content/SearchResultArticleContentList.class.php @@ -3,7 +3,7 @@ namespace wcf\data\article\content; /** * Represents a list of article content as search results. - * + * * @author Marcel Werk * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License @@ -11,10 +11,11 @@ namespace wcf\data\article\content; * @subpackage data.article.content * @category Community Framework * @since 2.2 - * - * @method SearchResultEntry current() - * @method SearchResultEntry[] getObjects() - * @method SearchResultEntry|null search($objectID) + * + * @method SearchResultArticleContent current() + * @method SearchResultArticleContent[] getObjects() + * @method SearchResultArticleContent|null search($objectID) + * @property SearchResultArticleContent[] $objects */ class SearchResultArticleContentList extends ViewableArticleContentList { /** -- 2.20.1