From: Matthias Schmidt Date: Tue, 7 Jun 2016 17:33:21 +0000 (+0200) Subject: Fix documentation of SearchResultArticleContentList X-Git-Tag: 3.0.0_Beta_1~1495 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=63a25d566f79a5324cfa1d28ad6b916f4660c1e4;p=GitHub%2FWoltLab%2FWCF.git Fix documentation of SearchResultArticleContentList --- 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 { /**