From: Matthias Schmidt Date: Mon, 18 Jan 2021 16:04:16 +0000 (+0100) Subject: Remove `@noinspection PhpMissingParentCallCommonInspection` comments X-Git-Tag: 5.4.0_Alpha_1~427 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2de8b89a93b76f2833aa197472f883d93e86e181;p=GitHub%2FWoltLab%2FWCF.git Remove `@noinspection PhpMissingParentCallCommonInspection` comments --- diff --git a/wcfsetup/install/files/lib/acp/form/TrophyEditForm.class.php b/wcfsetup/install/files/lib/acp/form/TrophyEditForm.class.php index e6e3821c0c..be6da3098d 100644 --- a/wcfsetup/install/files/lib/acp/form/TrophyEditForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/TrophyEditForm.class.php @@ -108,7 +108,6 @@ class TrophyEditForm extends TrophyAddForm { } } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/data/article/FeedArticle.class.php b/wcfsetup/install/files/lib/data/article/FeedArticle.class.php index 0c13f70659..db6edf4ab3 100644 --- a/wcfsetup/install/files/lib/data/article/FeedArticle.class.php +++ b/wcfsetup/install/files/lib/data/article/FeedArticle.class.php @@ -22,7 +22,6 @@ class FeedArticle extends ViewableArticle implements IFeedEntryWithEnclosure { */ protected $enclosure; - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -88,7 +87,6 @@ class FeedArticle extends ViewableArticle implements IFeedEntryWithEnclosure { return $categories; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/data/article/LikeableArticle.class.php b/wcfsetup/install/files/lib/data/article/LikeableArticle.class.php index c0be84f513..cd75e69890 100644 --- a/wcfsetup/install/files/lib/data/article/LikeableArticle.class.php +++ b/wcfsetup/install/files/lib/data/article/LikeableArticle.class.php @@ -46,7 +46,6 @@ class LikeableArticle extends AbstractLikeObject implements IReactionObject { return $this->userID; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -63,7 +62,6 @@ class LikeableArticle extends AbstractLikeObject implements IReactionObject { $editor->update(['cumulativeLikes' => $cumulativeLikes]); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php b/wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php index 90b6b08a16..9fa9b3ba97 100644 --- a/wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php +++ b/wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php @@ -101,7 +101,6 @@ class ArticleCategory extends AbstractDecoratedCategory implements IAccessibleOb ]); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/data/trophy/category/TrophyCategory.class.php b/wcfsetup/install/files/lib/data/trophy/category/TrophyCategory.class.php index 510834103d..df6ac00799 100644 --- a/wcfsetup/install/files/lib/data/trophy/category/TrophyCategory.class.php +++ b/wcfsetup/install/files/lib/data/trophy/category/TrophyCategory.class.php @@ -53,7 +53,6 @@ class TrophyCategory extends AbstractDecoratedCategory implements ITitledLinkObj ]); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/page/CategoryArticleListPage.class.php b/wcfsetup/install/files/lib/page/CategoryArticleListPage.class.php index c1099cd105..866ae47426 100644 --- a/wcfsetup/install/files/lib/page/CategoryArticleListPage.class.php +++ b/wcfsetup/install/files/lib/page/CategoryArticleListPage.class.php @@ -81,7 +81,6 @@ class CategoryArticleListPage extends ArticleListPage { } } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/attachment/ContactAttachmentObjectType.class.php b/wcfsetup/install/files/lib/system/attachment/ContactAttachmentObjectType.class.php index 306726aa85..177f48714b 100644 --- a/wcfsetup/install/files/lib/system/attachment/ContactAttachmentObjectType.class.php +++ b/wcfsetup/install/files/lib/system/attachment/ContactAttachmentObjectType.class.php @@ -50,7 +50,6 @@ class ContactAttachmentObjectType extends AbstractAttachmentObjectType { return true; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/attachment/SignatureAttachmentObjectType.class.php b/wcfsetup/install/files/lib/system/attachment/SignatureAttachmentObjectType.class.php index ae3e4be14b..fe43df192c 100644 --- a/wcfsetup/install/files/lib/system/attachment/SignatureAttachmentObjectType.class.php +++ b/wcfsetup/install/files/lib/system/attachment/SignatureAttachmentObjectType.class.php @@ -34,7 +34,6 @@ class SignatureAttachmentObjectType extends AbstractAttachmentObjectType { return false; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -100,7 +99,6 @@ class SignatureAttachmentObjectType extends AbstractAttachmentObjectType { return WCF::getSession()->getPermission('user.signature.attachment.maxCount'); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/category/ArticleCategoryType.class.php b/wcfsetup/install/files/lib/system/category/ArticleCategoryType.class.php index 6431c4f471..ead62eefcd 100644 --- a/wcfsetup/install/files/lib/system/category/ArticleCategoryType.class.php +++ b/wcfsetup/install/files/lib/system/category/ArticleCategoryType.class.php @@ -32,7 +32,6 @@ class ArticleCategoryType extends AbstractCategoryType { */ protected $objectTypes = ['com.woltlab.wcf.acl' => 'com.woltlab.wcf.article.category']; - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -40,7 +39,6 @@ class ArticleCategoryType extends AbstractCategoryType { return $this->canEditCategory(); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -48,7 +46,6 @@ class ArticleCategoryType extends AbstractCategoryType { return $this->canEditCategory(); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/category/TrophyCategoryType.class.php b/wcfsetup/install/files/lib/system/category/TrophyCategoryType.class.php index 1c9006cf83..a8fb7e49b8 100644 --- a/wcfsetup/install/files/lib/system/category/TrophyCategoryType.class.php +++ b/wcfsetup/install/files/lib/system/category/TrophyCategoryType.class.php @@ -30,7 +30,6 @@ class TrophyCategoryType extends AbstractCategoryType { */ protected $forceDescription = false; - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -38,7 +37,6 @@ class TrophyCategoryType extends AbstractCategoryType { return $this->canEditCategory(); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -46,7 +44,6 @@ class TrophyCategoryType extends AbstractCategoryType { return $this->canEditCategory(); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/page/handler/ArticleListPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/ArticleListPageHandler.class.php index aef47baae3..22a38ea83b 100644 --- a/wcfsetup/install/files/lib/system/page/handler/ArticleListPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/ArticleListPageHandler.class.php @@ -13,7 +13,6 @@ use wcf\data\article\ViewableArticle; * @since 3.1 */ class ArticleListPageHandler extends AbstractMenuPageHandler { - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -21,7 +20,6 @@ class ArticleListPageHandler extends AbstractMenuPageHandler { return ARTICLE_ENABLE_VISIT_TRACKING ? ViewableArticle::getUnreadArticles() : 0; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc * @since 5.2 diff --git a/wcfsetup/install/files/lib/system/page/handler/ArticlePageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/ArticlePageHandler.class.php index 524290d92d..4a9e07eac9 100644 --- a/wcfsetup/install/files/lib/system/page/handler/ArticlePageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/ArticlePageHandler.class.php @@ -33,7 +33,6 @@ class ArticlePageHandler extends AbstractLookupPageHandler implements IOnlineLoc return ViewableArticleRuntimeCache::getInstance()->getObject($objectID) !== null; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/page/handler/TrophyPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/TrophyPageHandler.class.php index e24800833a..2d210e8d88 100644 --- a/wcfsetup/install/files/lib/system/page/handler/TrophyPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/TrophyPageHandler.class.php @@ -28,7 +28,6 @@ class TrophyPageHandler extends AbstractLookupPageHandler { return TrophyCache::getInstance()->getTrophyByID($objectID) !== null; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/page/handler/UnreadArticleListPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/UnreadArticleListPageHandler.class.php index 7894433cec..fb04d610f8 100644 --- a/wcfsetup/install/files/lib/system/page/handler/UnreadArticleListPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/UnreadArticleListPageHandler.class.php @@ -12,7 +12,6 @@ use wcf\data\article\ViewableArticle; * @since 5.2 */ class UnreadArticleListPageHandler extends AbstractMenuPageHandler { - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -20,7 +19,6 @@ class UnreadArticleListPageHandler extends AbstractMenuPageHandler { return ViewableArticle::getUnreadArticles(); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/page/handler/WatchedArticleListPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/WatchedArticleListPageHandler.class.php index 57e477c212..d758bcabfb 100644 --- a/wcfsetup/install/files/lib/system/page/handler/WatchedArticleListPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/WatchedArticleListPageHandler.class.php @@ -13,7 +13,6 @@ use wcf\data\article\ViewableArticle; * @since 5.2 */ class WatchedArticleListPageHandler extends AbstractMenuPageHandler { - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -21,7 +20,6 @@ class WatchedArticleListPageHandler extends AbstractMenuPageHandler { return ARTICLE_ENABLE_VISIT_TRACKING ? ViewableArticle::getWatchedUnreadArticles() : 0; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/search/ArticleSearch.class.php b/wcfsetup/install/files/lib/system/search/ArticleSearch.class.php index b3f87de013..0be7f82983 100644 --- a/wcfsetup/install/files/lib/system/search/ArticleSearch.class.php +++ b/wcfsetup/install/files/lib/system/search/ArticleSearch.class.php @@ -93,7 +93,6 @@ class ArticleSearch extends AbstractSearchableObjectType { return 'wcf'.WCF_N.'_article.time'; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -117,7 +116,6 @@ class ArticleSearch extends AbstractSearchableObjectType { return $conditionBuilder; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -125,7 +123,6 @@ class ArticleSearch extends AbstractSearchableObjectType { return 'INNER JOIN wcf'.WCF_N.'_article ON (wcf'.WCF_N.'_article.articleID = '.$this->getTableName().'.articleID)'; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -133,7 +130,6 @@ class ArticleSearch extends AbstractSearchableObjectType { return 'searchArticle'; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -141,7 +137,6 @@ class ArticleSearch extends AbstractSearchableObjectType { return ['articleCategoryIDs' => $this->articleCategoryIDs]; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/search/PageSearch.class.php b/wcfsetup/install/files/lib/system/search/PageSearch.class.php index e8251a7f60..3fcd15d13c 100644 --- a/wcfsetup/install/files/lib/system/search/PageSearch.class.php +++ b/wcfsetup/install/files/lib/system/search/PageSearch.class.php @@ -81,7 +81,6 @@ class PageSearch extends AbstractSearchableObjectType { return 'wcf'.WCF_N.'_page_content.pageContentID'; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -108,7 +107,6 @@ class PageSearch extends AbstractSearchableObjectType { return $conditionBuilder; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/user/notification/event/ArticleLikeUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/ArticleLikeUserNotificationEvent.class.php index e88d55c285..f6b3ad7c7b 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/ArticleLikeUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/ArticleLikeUserNotificationEvent.class.php @@ -82,7 +82,6 @@ class ArticleLikeUserNotificationEvent extends AbstractSharedUserNotificationEve ]); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -97,7 +96,6 @@ class ArticleLikeUserNotificationEvent extends AbstractSharedUserNotificationEve return ViewableArticleRuntimeCache::getInstance()->getObject($this->getUserNotificationObject()->objectID)->getLink(); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -105,7 +103,6 @@ class ArticleLikeUserNotificationEvent extends AbstractSharedUserNotificationEve return false; } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -113,7 +110,6 @@ class ArticleLikeUserNotificationEvent extends AbstractSharedUserNotificationEve return sha1($this->eventID . '-' . $this->additionalData['objectID']); } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php b/wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php index 0a90b57baf..3df09f05a8 100644 --- a/wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php +++ b/wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php @@ -26,7 +26,6 @@ class CommentRebuildDataWorker extends AbstractRebuildDataWorker { */ protected $htmlInputProcessor; - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -42,7 +41,6 @@ class CommentRebuildDataWorker extends AbstractRebuildDataWorker { } } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ diff --git a/wcfsetup/install/files/lib/system/worker/CommentResponseRebuildDataWorker.class.php b/wcfsetup/install/files/lib/system/worker/CommentResponseRebuildDataWorker.class.php index f3a799cd22..c832805444 100644 --- a/wcfsetup/install/files/lib/system/worker/CommentResponseRebuildDataWorker.class.php +++ b/wcfsetup/install/files/lib/system/worker/CommentResponseRebuildDataWorker.class.php @@ -26,7 +26,6 @@ class CommentResponseRebuildDataWorker extends AbstractRebuildDataWorker { */ protected $htmlInputProcessor; - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */ @@ -42,7 +41,6 @@ class CommentResponseRebuildDataWorker extends AbstractRebuildDataWorker { } } - /** @noinspection PhpMissingParentCallCommonInspection */ /** * @inheritDoc */