Remove `@noinspection PhpMissingParentCallCommonInspection` comments
authorMatthias Schmidt <gravatronics@live.com>
Mon, 18 Jan 2021 16:04:16 +0000 (17:04 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 18 Jan 2021 16:04:16 +0000 (17:04 +0100)
20 files changed:
wcfsetup/install/files/lib/acp/form/TrophyEditForm.class.php
wcfsetup/install/files/lib/data/article/FeedArticle.class.php
wcfsetup/install/files/lib/data/article/LikeableArticle.class.php
wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php
wcfsetup/install/files/lib/data/trophy/category/TrophyCategory.class.php
wcfsetup/install/files/lib/page/CategoryArticleListPage.class.php
wcfsetup/install/files/lib/system/attachment/ContactAttachmentObjectType.class.php
wcfsetup/install/files/lib/system/attachment/SignatureAttachmentObjectType.class.php
wcfsetup/install/files/lib/system/category/ArticleCategoryType.class.php
wcfsetup/install/files/lib/system/category/TrophyCategoryType.class.php
wcfsetup/install/files/lib/system/page/handler/ArticleListPageHandler.class.php
wcfsetup/install/files/lib/system/page/handler/ArticlePageHandler.class.php
wcfsetup/install/files/lib/system/page/handler/TrophyPageHandler.class.php
wcfsetup/install/files/lib/system/page/handler/UnreadArticleListPageHandler.class.php
wcfsetup/install/files/lib/system/page/handler/WatchedArticleListPageHandler.class.php
wcfsetup/install/files/lib/system/search/ArticleSearch.class.php
wcfsetup/install/files/lib/system/search/PageSearch.class.php
wcfsetup/install/files/lib/system/user/notification/event/ArticleLikeUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php
wcfsetup/install/files/lib/system/worker/CommentResponseRebuildDataWorker.class.php

index e6e3821c0c530c7815173aceea3e98dd8a49c646..be6da3098dc913bdab5843c6ec466203decbd1b6 100644 (file)
@@ -108,7 +108,6 @@ class TrophyEditForm extends TrophyAddForm {
                }
        }
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
index 0c13f70659306b15caa03d941c02415202cc00cf..db6edf4ab371802cc175bff4a6f1e7df7bfa7484 100644 (file)
@@ -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
         */
index c0be84f5130afb808cfeaee718c815848f8e2903..cd75e6989008c598be4813ccd9131c8445e718d9 100644 (file)
@@ -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
         */
index 90b6b08a1645bfe1ff8848a75f38972ca21c4486..9fa9b3ba975258cd3ca15b09d01ca78b935c06a3 100644 (file)
@@ -101,7 +101,6 @@ class ArticleCategory extends AbstractDecoratedCategory implements IAccessibleOb
                ]);
        }
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
index 510834103d9166576d01387dfa407797d5bb0f59..df6ac00799ecdf67e3bd76dca75962608ca580ca 100644 (file)
@@ -53,7 +53,6 @@ class TrophyCategory extends AbstractDecoratedCategory implements ITitledLinkObj
                ]);
        }
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
index c1099cd105af551c68829005c76377679310757a..866ae4742623a7990a2f85bbaaff8a291e4e516a 100644 (file)
@@ -81,7 +81,6 @@ class CategoryArticleListPage extends ArticleListPage {
                }
        }
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
index 306726aa85cfc8089f6d608601f9380c6985a793..177f48714b7a5d6245343db4f8d3bc318c099c87 100644 (file)
@@ -50,7 +50,6 @@ class ContactAttachmentObjectType extends AbstractAttachmentObjectType {
                return true;
        }
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
index ae3e4be14b2ba9667b90d3bacdb0221788d97903..fe43df192cf830207f0681101849b57f76a79d50 100644 (file)
@@ -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
         */
index 6431c4f47127948f9ebeaa0d28a803a07f0204f8..ead62eefcdae477de8d66ce19853e48abb5391e0 100644 (file)
@@ -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
         */
index 1c9006cf830721e40badc920ae0cc8ed3c154ecd..a8fb7e49b8bac81ccf349dece965d3f41119254a 100644 (file)
@@ -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
         */
index aef47baae307a8fc6b127d1dba14f5c400dd5070..22a38ea83b3152040dc92d1e71aabd2bb87c296a 100644 (file)
@@ -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
index 524290d92ddc8aab17b5a0d70d197868d99161eb..4a9e07eac961deb6b51cc8b1d891d7bd574e5225 100644 (file)
@@ -33,7 +33,6 @@ class ArticlePageHandler extends AbstractLookupPageHandler implements IOnlineLoc
                return ViewableArticleRuntimeCache::getInstance()->getObject($objectID) !== null;
        }
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
index e24800833a8c6328e67cfaca261768fc10e5d5d2..2d210e8d888aadc5bc90ae84c1fdf70cafdb7ab9 100644 (file)
@@ -28,7 +28,6 @@ class TrophyPageHandler extends AbstractLookupPageHandler {
                return TrophyCache::getInstance()->getTrophyByID($objectID) !== null; 
        }
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
index 7894433cecb8b0a3c0052bf6c467f79101b54453..fb04d610f8080b2cf71c6b2a214fa7104ec602ea 100644 (file)
@@ -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
         */
index 57e477c2120213a7f87d31b4697a00c34d789bda..d758bcabfbe3fe1540f54cd8113992931f2ccac8 100644 (file)
@@ -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
         */
index b3f87de01308ceb4fa4d127f3ed04ca5f5e31115..0be7f82983481e79b36fd99973eadc937d27a9f3 100644 (file)
@@ -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
         */
index e8251a7f60bbe86e04a448ebb68ebc213e9116cc..3fcd15d13c1abd48488fc964d78c3028882ac5eb 100644 (file)
@@ -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
         */
index e88d55c2852304ae24e7e83a5dc74f7fba3d142e..f6b3ad7c7bc98425d38d0b1326da9c290cce97f1 100644 (file)
@@ -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
         */
index 0a90b57bafd5b3cbc162acb405ebeb27ba971838..3df09f05a84740ae11e3c421bf61f6fdff124428 100644 (file)
@@ -26,7 +26,6 @@ class CommentRebuildDataWorker extends AbstractRebuildDataWorker {
         */
        protected $htmlInputProcessor;
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
@@ -42,7 +41,6 @@ class CommentRebuildDataWorker extends AbstractRebuildDataWorker {
                }
        }
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
index f3a799cd2286e70f0733b3f1ccc6cf61c40d3b17..c832805444a8cfa826bd64cba16f9480039dcc9c 100644 (file)
@@ -26,7 +26,6 @@ class CommentResponseRebuildDataWorker extends AbstractRebuildDataWorker {
         */
        protected $htmlInputProcessor;
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */
@@ -42,7 +41,6 @@ class CommentResponseRebuildDataWorker extends AbstractRebuildDataWorker {
                }
        }
        
-       /** @noinspection PhpMissingParentCallCommonInspection */
        /**
         * @inheritDoc
         */