Drop `@package` tag in *.php
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 20 Jan 2023 11:54:55 +0000 (12:54 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 20 Jan 2023 11:54:55 +0000 (12:54 +0100)
see WoltLab/WCF#5229

64 files changed:
files/lib/data/conversation/Conversation.class.php
files/lib/data/conversation/ConversationAction.class.php
files/lib/data/conversation/ConversationEditor.class.php
files/lib/data/conversation/ConversationList.class.php
files/lib/data/conversation/ConversationParticipantList.class.php
files/lib/data/conversation/FeedConversation.class.php
files/lib/data/conversation/FeedConversationList.class.php
files/lib/data/conversation/UserConversationList.class.php
files/lib/data/conversation/ViewableConversation.class.php
files/lib/data/conversation/label/ConversationLabel.class.php
files/lib/data/conversation/label/ConversationLabelAction.class.php
files/lib/data/conversation/label/ConversationLabelEditor.class.php
files/lib/data/conversation/label/ConversationLabelList.class.php
files/lib/data/conversation/message/ConversationMessage.class.php
files/lib/data/conversation/message/ConversationMessageAction.class.php
files/lib/data/conversation/message/ConversationMessageEditor.class.php
files/lib/data/conversation/message/ConversationMessageList.class.php
files/lib/data/conversation/message/SearchResultConversationMessage.class.php
files/lib/data/conversation/message/SearchResultConversationMessageList.class.php
files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php
files/lib/data/conversation/message/ViewableConversationMessage.class.php
files/lib/data/conversation/message/ViewableConversationMessageList.class.php
files/lib/data/modification/log/ConversationLogModificationLogList.class.php
files/lib/data/modification/log/ViewableConversationModificationLog.class.php
files/lib/form/ConversationAddForm.class.php
files/lib/form/ConversationDraftEditForm.class.php
files/lib/page/ConversationFeedPage.class.php
files/lib/page/ConversationListPage.class.php
files/lib/page/ConversationPage.class.php
files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php
files/lib/system/cache/runtime/ConversationRuntimeCache.class.php
files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php
files/lib/system/clipboard/action/ConversationClipboardAction.class.php
files/lib/system/conversation/ConversationHandler.class.php
files/lib/system/event/listener/ConversationPruneIpAddressesCronjobListener.class.php
files/lib/system/event/listener/ConversationUserActionRenameListener.class.php
files/lib/system/event/listener/ConversationUserMergeListener.class.php
files/lib/system/event/listener/UserGroupAddCanBeAddedAsConversationParticipantListener.class.php
files/lib/system/importer/ConversationAttachmentImporter.class.php
files/lib/system/importer/ConversationImporter.class.php
files/lib/system/importer/ConversationLabelImporter.class.php
files/lib/system/importer/ConversationMessageImporter.class.php
files/lib/system/importer/ConversationUserImporter.class.php
files/lib/system/log/modification/ConversationModificationLogHandler.class.php
files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php
files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php
files/lib/system/page/handler/ConversationListPageHandler.class.php
files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php
files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php
files/lib/system/search/ConversationMessageSearch.class.php
files/lib/system/stat/ConversationMessageStatDailyHandler.class.php
files/lib/system/stat/ConversationStatDailyHandler.class.php
files/lib/system/user/content/provider/ConversationMessageUserContentProvider.class.php
files/lib/system/user/content/provider/ConversationUserContentProvider.class.php
files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php
files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php
files/lib/system/user/notification/event/TTestableConversationRelatedUserNotificationEvent.class.php
files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php
files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php
files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php
files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php
files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php
files/lib/system/worker/ConversationMessageSearchIndexRebuildDataWorker.class.php
files/lib/system/worker/ConversationRebuildDataWorker.class.php

index 77142600cfda37839d923074fc2109017a7693a1..23389b855ac361d4966996b921ce2d7d4ed614ae 100644 (file)
@@ -24,7 +24,6 @@ use wcf\util\ArrayUtil;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation
  *
  * @property-read   int $conversationID     unique id of the conversation
  * @property-read   string $subject        subject of the conversation
index 48a33b1ca361730de4105a30783eb82033b4440b..6fa7397193f6a7b62385c3111faa9bd91ce5a615 100644 (file)
@@ -34,7 +34,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation
  *
  * @method  ConversationEditor[]    getObjects()
  * @method  ConversationEditor  getSingleObject()
index 1c98e7806032ca7f80071cec2095403362f07750..85603562c425038ed6133a2a9f5d053dce6dca5e 100644 (file)
@@ -13,7 +13,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation
  *
  * @method static Conversation    create(array $parameters = [])
  * @method      Conversation    getDecoratedObject()
index 5bb4973c00efbf5def6ae58db93796be94587bf8..8118d6a11242c18ed125a50701d43fb51ac48115 100644 (file)
@@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectList;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation
  *
  * @method  Conversation        current()
  * @method  Conversation[]      getObjects()
index a9de865fd9744acf462abed815497a3ab47a1e6b..f57259f0d945da17b2e3176131d108960bbe2f39 100644 (file)
@@ -12,7 +12,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation
  */
 class ConversationParticipantList extends UserProfileList
 {
index 94dabc3ddbe9b701ddbe9015385453d266c0696d..c97ec93ec7002c3da810d1cddc663ebd18907f15 100644 (file)
@@ -12,7 +12,6 @@ use wcf\system\request\LinkHandler;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation
  *
  * @method  Conversation    getDecoratedObject()
  * @mixin   Conversation
index 3dcf198d90fe615a6307be6877631f157a804889..7575d6aa588c04cd403bd84b40debf9477ced927 100644 (file)
@@ -10,7 +10,6 @@ use wcf\system\WCF;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation
  *
  * @method  FeedConversation    current()
  * @method  FeedConversation[]  getObjects()
index 4c24b19949b79fecae190c363a26c2678a873734..a0fa5b614d154ead3d9d3810987278f234084369 100644 (file)
@@ -14,7 +14,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation
  *
  * @method  ViewableConversation        current()
  * @method  ViewableConversation[]      getObjects()
index 165c2badbc7f2b59284c707e6586503ffb4fa7e9..e6e5e2d17fd372c71136a5a95d32aa29ef655144 100644 (file)
@@ -17,7 +17,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation
  *
  * @method  Conversation    getDecoratedObject()
  * @mixin   Conversation
index d8141a8b715ab7a4f9f6b4692b604cd2c16c76db..e3b9a87ebc7df23ab4ffb8e39c0ea642d413840b 100644 (file)
@@ -11,7 +11,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Label
  *
  * @property-read   int $labelID    unique id of the conversation label
  * @property-read   int $userID     id of the user who created the conversation label
index 577cb7ef364b7170b80f387f503675b3ee5503b5..9a3f4323bf4b1ca193e0c6af9e0930e96a8936a9 100644 (file)
@@ -19,7 +19,6 @@ use wcf\util\StringUtil;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Label
  *
  * @method  ConversationLabel       create()
  * @method  ConversationLabelEditor[]   getObjects()
index 525c8c2861843a5fe5f5c1b53e6b36b6d8ba1476..9b1d3af071988f7f7336dfd81691790f00966eaf 100644 (file)
@@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectEditor;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Label
  *
  * @method static ConversationLabel   create(array $parameters = [])
  * @method      ConversationLabel   getDecoratedObject()
index b6ba884c4565a99fb88645083d5561d2fa735d1e..b99786e12ea69d5dddb0d83100ac1c8cc95065cb 100644 (file)
@@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectList;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Label
  *
  * @method  ConversationLabel       current()
  * @method  ConversationLabel[]     getObjects()
index 548ae64785ba20b34ebdfd385c2f015f2e3f081d..12cc57f0974daa122175935c840fd3264e2871c2 100644 (file)
@@ -18,7 +18,6 @@ use wcf\util\StringUtil;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Message
  *
  * @property-read   int $messageID      unique id of the conversation message
  * @property-read   int $conversationID     id of the conversation the conversation message belongs to
index 1f7c1078f4faa7bfda04074aede5cfa6aa100dc9..7890b605732d4320f183f3fe6f5e63f71c153652 100644 (file)
@@ -39,7 +39,6 @@ use wcf\util\UserUtil;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Message
  *
  * @method  ConversationMessageEditor[] getObjects()
  * @method  ConversationMessageEditor   getSingleObject()
index 694118b0d819ad9659a2684da6810de8e8197f6c..4d0c62cb33b01ec20a82e865a4c5c77e55a50b13 100644 (file)
@@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectEditor;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Message
  *
  * @method static ConversationMessage create(array $parameters = [])
  * @method      ConversationMessage getDecoratedObject()
index df13dd4742ab073b2179c1e1522ab02ecff415b2..20b1990e1ca19c8b44e0c943b176e012cd6ed0c6 100644 (file)
@@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectList;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Message
  *
  * @method  ConversationMessage     current()
  * @method  ConversationMessage[]       getObjects()
index d00005631710d274812d4121f12d333f9b1c0f3f..342e4deea826c4a4b789b3abaae08c4342f7aa90 100644 (file)
@@ -13,7 +13,6 @@ use wcf\system\search\SearchResultTextParser;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Message
  *
  * @property-read   string|null $subject
  */
index f5475c956e6b1a25cd201a4068323aea3e3d0d36..a5449d581f09cfa5fe8cd4af6df0ec08fc4a93ca 100644 (file)
@@ -8,7 +8,6 @@ namespace wcf\data\conversation\message;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Message
  *
  * @method  SearchResultConversationMessage     current()
  * @method  SearchResultConversationMessage[]   getObjects()
index aa74800c5bd5d91c28c53bd22d3198344ad60d25..3edaf7a47d230ebc15244b4b27284f815de912c4 100644 (file)
@@ -9,7 +9,6 @@ namespace wcf\data\conversation\message;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Message
  */
 class SimplifiedViewableConversationMessageList extends ViewableConversationMessageList
 {
index 2315d46bbba80d3eecddf200df59c7f996cb8b88..a030ba709c372c238389fa9c07d11f853c460aff 100644 (file)
@@ -12,7 +12,6 @@ use wcf\system\cache\runtime\UserProfileRuntimeCache;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Message
  *
  * @method  ConversationMessage getDecoratedObject()
  * @mixin   ConversationMessage
index 79a24db604c2ae2641b4f42199071f5247edce86..34c02ee3f8c0791da31c6ed05366ba31cc43cdb5 100644 (file)
@@ -14,7 +14,6 @@ use wcf\system\message\embedded\object\MessageEmbeddedObjectManager;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Conversation\Message
  *
  * @method  ViewableConversationMessage     current()
  * @method  ViewableConversationMessage[]       getObjects()
index 5628b37dcbd74d27a5cdb301848746eaa91cb373..919f285dd08121bcbb404709ed4acc50389bfec8 100644 (file)
@@ -12,7 +12,6 @@ use wcf\system\WCF;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Modification\Log
  *
  * @method  ViewableConversationModificationLog     current()
  * @method  ViewableConversationModificationLog[]       getObjects()
index 210e1e590eac93998cd0d78d02e84ba603864344..ce4bbf0192b7b388f51c4adfbdc45d1cdb29e3a4 100644 (file)
@@ -13,7 +13,6 @@ use wcf\system\WCF;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Data\Modification\Log
  *
  * @method  ModificationLog     getDecoratedObject()
  * @mixin   ModificationLog
index 0027ef11cb7550dd986d4cb3e2577a16c50315a8..ffd4778796acfa339daaa7c44e8fada81784aa37 100644 (file)
@@ -26,7 +26,6 @@ use wcf\util\StringUtil;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Form
  */
 class ConversationAddForm extends MessageForm
 {
index a3624000a9ad3f3a6e14c45c3c325b2c025c5b24..c373385c1addd159c2510604b8bbce5f5d7683b8 100644 (file)
@@ -19,7 +19,6 @@ use wcf\util\HeaderUtil;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Form
  */
 class ConversationDraftEditForm extends ConversationAddForm
 {
index 8910a2d76218e16d145aa5c8d338394e3c3a0cdc..3a0956a17476b81416c453703f06fa33cf7c70f1 100644 (file)
@@ -11,7 +11,6 @@ use wcf\system\WCF;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Page
  */
 class ConversationFeedPage extends AbstractFeedPage
 {
index 1ad9c850e47b219b4bd31556fcd780250b91c931..1943f633594c3a0c27376b5fc094c9c595862e34 100644 (file)
@@ -20,7 +20,6 @@ use wcf\util\HeaderUtil;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Page
  *
  * @property    UserConversationList $objectList
  */
index c30e3dfc1afa527e8ca89fff023325558b08b2fe..40396baf0d98dd2bb660b80d9aecf66e3c754679 100644 (file)
@@ -32,7 +32,6 @@ use wcf\util\StringUtil;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Page
  *
  * @property    ViewableConversationMessageList $objectList
  */
index 621c1ed7d5205434a866839f4cd40bcbf3766ea9..c6964c207ec3f08d0c61a71ef587902c2171ffc0 100644 (file)
@@ -14,7 +14,6 @@ use wcf\util\ArrayUtil;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Attachment
  *
  * @method  ConversationMessage getObject($objectID)
  */
index 91a3e8cad2b592afe9f3c10126037fb130c2dc6c..8f5f9a2c9bd5ea623264c1bd4575b50e2de41d96 100644 (file)
@@ -11,7 +11,6 @@ use wcf\data\conversation\ConversationList;
  * @author  Matthias Schmidt
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Cache\Runtime
  * @since   3.0
  *
  * @method  Conversation[]      getCachedObjects()
index 4d329170f9de2145034a7e64a05c92f7f3261002..df671b46cd5c9003657c416df9c487f92ec34197 100644 (file)
@@ -12,7 +12,6 @@ use wcf\system\WCF;
  * @author  Matthias Schmidt
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Cache\Runtime
  * @since   3.0
  *
  * @method  Conversation[]      getCachedObjects()
index e802babfaf8a18837ddd4947f454cd6bac7d1afc..cddeb69af387a3d0248a6c8d442734d47aed5a51 100644 (file)
@@ -14,7 +14,6 @@ use wcf\system\WCF;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Clipboard\Action
  */
 class ConversationClipboardAction extends AbstractClipboardAction
 {
index 3490d20d4dff0cff4cb7a75a5ef9ad6ed78d6653..210622f423e96e12823b1673aa54f09987e62d3c 100644 (file)
@@ -16,7 +16,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Conversation
  */
 class ConversationHandler extends SingletonFactory
 {
index a35df3e90620fcd1436e442b8bbd29c31fc44f50..4f5e50c2106b131b43cde7a09b7d5bd278a55b7f 100644 (file)
@@ -10,7 +10,6 @@ use wcf\system\cronjob\PruneIpAddressesCronjob;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Event\Listener
  * @since       5.2
  */
 class ConversationPruneIpAddressesCronjobListener implements IParameterizedEventListener
index 3eb89219cf049ac652f80f6d16ff62cfe9c5b177..563b62af02a0f520a62e7fe2a689f9218d9f7020 100644 (file)
@@ -8,7 +8,6 @@ namespace wcf\system\event\listener;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Event\Listener
  */
 class ConversationUserActionRenameListener extends AbstractUserActionRenameListener
 {
index 7cb15ccd08f9ed5ed7e83661c658a46da43717e3..e250f643f37e6b4072a15bc228390b372fece5f9 100644 (file)
@@ -8,7 +8,6 @@ namespace wcf\system\event\listener;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Event\Listener
  */
 class ConversationUserMergeListener extends AbstractUserMergeListener
 {
index 09594f1d31eca6d4e40d42f821619e1b958ba013..752df02f59d34d614b854266f16ced681b6d6614 100644 (file)
@@ -13,7 +13,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Event\Listener
  */
 class UserGroupAddCanBeAddedAsConversationParticipantListener implements IParameterizedEventListener
 {
index eb1e6035515b3092a795d541618a769785a58eb1..3bc7c527f22dc3ec1b8ef2af60d2573c153571de 100644 (file)
@@ -12,7 +12,6 @@ use wcf\data\object\type\ObjectTypeCache;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Importer
  */
 class ConversationAttachmentImporter extends AbstractAttachmentImporter
 {
index 4db0a301a7d07eb161f1e017c941374546aa01e8..3712d2a3e13889d9e14eed4abd2c76b927be3623 100644 (file)
@@ -11,7 +11,6 @@ use wcf\data\conversation\ConversationEditor;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Importer
  */
 class ConversationImporter extends AbstractImporter
 {
index ad7130b9ce605ab35c23c1d7307fe395e5ec67ec..06d90ed3fcf43b1d8a0acddeb906952c2728ca87 100644 (file)
@@ -11,7 +11,6 @@ use wcf\data\conversation\label\ConversationLabelAction;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Importer
  */
 class ConversationLabelImporter extends AbstractImporter
 {
index 11bec63269516a4f4532db25e8ed06e5af4bda7b..af1ed60ec2170dabff94df75625c3f201a6d5022 100644 (file)
@@ -11,7 +11,6 @@ use wcf\data\conversation\message\ConversationMessageEditor;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Importer
  */
 class ConversationMessageImporter extends AbstractImporter
 {
index e638ed3283fdc5c53aba19c8f5727ca113acf223..04e884a336cd7277d6bc1749cb91b69d38ed5644 100644 (file)
@@ -10,7 +10,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Importer
  */
 class ConversationUserImporter extends AbstractImporter
 {
index 4ee9cc8bfccde779cdb7e8802cdbed9920844eeb..334b1d78c039e213aaf725b019ee1ac84acf2ae1 100644 (file)
@@ -12,7 +12,6 @@ use wcf\data\user\UserList;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Log\Modification
  */
 class ConversationModificationLogHandler extends VoidExtendedModificationLogHandler
 {
index dfa7060076415ee8d6d73a6b3f91e8261e21a047..60f6457bcbe0d509e6833f9160c93ca076cfd22c 100644 (file)
@@ -11,7 +11,6 @@ use wcf\data\conversation\message\ConversationMessageList;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Message\Quote
  */
 class ConversationMessageQuoteHandler extends AbstractMessageQuoteHandler
 {
index 8edd3c2587694580493c99fad52fd49f38f5821c..17e8a13c8582a255db681bd966245f04af6a67a1 100644 (file)
@@ -20,7 +20,6 @@ use wcf\system\WCF;
  * @author  Alexander Ebert
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Moderation\Queue
  */
 class ConversationMessageModerationQueueReportHandler extends AbstractModerationQueueHandler implements
     IModerationQueueReportHandler
index 785b2b650f6f74fee68e69bb9d33964c3d3688c9..8dd0e5efd28ca2680d3128e9796e43b5f78cff07 100644 (file)
@@ -11,7 +11,6 @@ use wcf\system\WCF;
  * @author  Matthias Schmidt
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Page\Handler
  * @since   3.0
  */
 class ConversationListPageHandler extends AbstractMenuPageHandler
index 974f088ffc679a06815ea01865a94dac749d9f1e..b2f89d0f77618d25d1742936b2c5eba5788e0ba0 100644 (file)
@@ -10,7 +10,6 @@ namespace wcf\system\page\handler;
  * @author  Matthias Schmidt
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Page\Handler
  * @since   3.0
  */
 class DefaultConversationRelatedPageHandler extends AbstractMenuPageHandler implements IOnlineLocationPageHandler
index 89561bf6b0b4d9de24150951299c18a844f3cc21..2b8cc34c230b41a12523715d2e9a49ec33bfed47 100644 (file)
@@ -14,7 +14,6 @@ use wcf\system\WCF;
  * @author  Matthias Schmidt
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Page\Handler
  * @since   3.0
  */
 trait TConversationOnlineLocationPageHandler
index cd40e16a03624e8e51db52036653e3b3aaa8e64f..11524374b8f0068b4815463b594fdde873f9b7f8 100644 (file)
@@ -15,7 +15,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Search
  */
 final class ConversationMessageSearch extends AbstractSearchProvider
 {
index b2661c1ab11ccf5e02cebf049e60d1e02bb0a1af..224404ac04d1ea185881296da80790e5965e62c1 100644 (file)
@@ -8,7 +8,6 @@ namespace wcf\system\stat;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Stat
  */
 class ConversationMessageStatDailyHandler extends AbstractStatDailyHandler
 {
index c3229d7a62c95578260c26f880005a3af9071be4..cff7012a54e752c4ff59eee0a4195f748d70685f 100644 (file)
@@ -8,7 +8,6 @@ namespace wcf\system\stat;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Stat
  */
 class ConversationStatDailyHandler extends AbstractStatDailyHandler
 {
index 58829672c5239465562ae27bd62107078412470c..dcdf06f182713ab1e417506c6d90ffb98f422c76 100644 (file)
@@ -10,7 +10,6 @@ use wcf\data\conversation\message\ConversationMessage;
  * @author  Joshua Ruesweg
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\User\Content\Provider
  * @since   5.2
  */
 class ConversationMessageUserContentProvider extends AbstractDatabaseUserContentProvider
index ccc764acb6aaab57da8ca0af4e427b40b5a702da..1145d86483993cf971df83eaf04e90c73de4ba4c 100644 (file)
@@ -10,7 +10,6 @@ use wcf\data\conversation\Conversation;
  * @author  Joshua Ruesweg
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\User\Content\Provider
  * @since   5.2
  */
 class ConversationUserContentProvider extends AbstractDatabaseUserContentProvider
index 16a4ce92d2768e9037c3fb0e9902cc737b376274..86216017323ce7c9bcd4c42138c3d8c57454a4f0 100644 (file)
@@ -12,7 +12,6 @@ use wcf\system\user\notification\object\ConversationMessageUserNotificationObjec
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\User\Notification\Event
  *
  * @method  ConversationMessageUserNotificationObject   getUserNotificationObject()
  */
index b0d8f8628b1937bd922a748945c7ec07b5888302..2536e946e538b826d7c0cff3fe54d336d8bdaa83 100644 (file)
@@ -11,7 +11,6 @@ use wcf\system\user\notification\object\ConversationUserNotificationObject;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\User\Notification\Event
  *
  * @method  ConversationUserNotificationObject  getUserNotificationObject()
  */
index 77dcfb58e72ca03dc7da6019f958ce51c09eafa7..3477b13ac2205ca4f965a9d46f14e9b79fa5e6c2 100644 (file)
@@ -15,7 +15,6 @@ use wcf\data\user\UserProfile;
  * @author  Matthias Schmidt
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\User\Notification\Event
  * @since   3.1
  */
 trait TTestableConversationRelatedUserNotificationEvent
index da9ea3a6dfadd800a8b6be96cc38013d0c606878..a69c660c00cf5a305d5ed0a3c72decbe1deeb193 100644 (file)
@@ -11,7 +11,6 @@ use wcf\data\DatabaseObjectDecorator;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\User\Notification\Object
  *
  * @method  ConversationMessage getDecoratedObject()
  * @mixin   ConversationMessage
index ab6e27dacf3e2f207418912ebbd21fb6e8ad129b..fe6164d211c843893bae179abd87272f0bd6e9b8 100644 (file)
@@ -11,7 +11,6 @@ use wcf\data\DatabaseObjectDecorator;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\User\Notification\Object
  *
  * @method  Conversation    getDecoratedObject()
  * @mixin   Conversation
index f55fca1d3a5a1825b8289fccc76e753246fe9594..e0c3b432718bad60448b9fc0df562de5ab539ef4 100644 (file)
@@ -12,7 +12,6 @@ use wcf\system\user\notification\object\ConversationMessageUserNotificationObjec
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\User\Notification\Object\Type
  */
 class ConversationMessageNotificationObjectType extends AbstractUserNotificationObjectType
 {
index 96ce0c6402b49c25658147607725347cffc17825..5c04933c3fcfaf4f209c9e9f5d9e10f972b15536 100644 (file)
@@ -13,7 +13,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\User\Notification\Object\Type
  */
 class ConversationNotificationObjectType extends AbstractUserNotificationObjectType
 {
index eb43269a05bbf0fe8a88bf1bba2a1d1275f2a7b9..f2dcc70cbb7c3bdc2c8c8b596fef4e9b49c323c7 100644 (file)
@@ -15,7 +15,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Worker
  *
  * @method  ConversationMessageList     getObjectList()
  */
index daf143eb38dee504c8029bd5f40181fea21dc141..6348f91d58734b07e1796b05ec9f7a40e3a515db 100644 (file)
@@ -13,7 +13,6 @@ use wcf\system\WCF;
  * @author  Tim Duesterhus
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Worker
  *
  * @method  ConversationMessageList     getObjectList()
  */
index e53b2996e705a481ac77f04f457e4d9b25765d8e..5b6dedc34dc4e0d5ba3439c6a4ba9a2ba0e17a97 100644 (file)
@@ -14,7 +14,6 @@ use wcf\system\WCF;
  * @author  Marcel Werk
  * @copyright   2001-2019 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Worker
  *
  * @method  ConversationList    getObjectList()
  */