From: Tim Düsterhus Date: Fri, 20 Jan 2023 11:54:55 +0000 (+0100) Subject: Drop `@package` tag in *.php X-Git-Tag: 6.0.0_Alpha_1~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9705a1e655d4210d72f27640ff99f6119d143fc9;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Drop `@package` tag in *.php see WoltLab/WCF#5229 --- diff --git a/files/lib/data/conversation/Conversation.class.php b/files/lib/data/conversation/Conversation.class.php index 7714260..23389b8 100644 --- a/files/lib/data/conversation/Conversation.class.php +++ b/files/lib/data/conversation/Conversation.class.php @@ -24,7 +24,6 @@ use wcf\util\ArrayUtil; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation * * @property-read int $conversationID unique id of the conversation * @property-read string $subject subject of the conversation diff --git a/files/lib/data/conversation/ConversationAction.class.php b/files/lib/data/conversation/ConversationAction.class.php index 48a33b1..6fa7397 100644 --- a/files/lib/data/conversation/ConversationAction.class.php +++ b/files/lib/data/conversation/ConversationAction.class.php @@ -34,7 +34,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation * * @method ConversationEditor[] getObjects() * @method ConversationEditor getSingleObject() diff --git a/files/lib/data/conversation/ConversationEditor.class.php b/files/lib/data/conversation/ConversationEditor.class.php index 1c98e78..8560356 100644 --- a/files/lib/data/conversation/ConversationEditor.class.php +++ b/files/lib/data/conversation/ConversationEditor.class.php @@ -13,7 +13,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation * * @method static Conversation create(array $parameters = []) * @method Conversation getDecoratedObject() diff --git a/files/lib/data/conversation/ConversationList.class.php b/files/lib/data/conversation/ConversationList.class.php index 5bb4973..8118d6a 100644 --- a/files/lib/data/conversation/ConversationList.class.php +++ b/files/lib/data/conversation/ConversationList.class.php @@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectList; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation * * @method Conversation current() * @method Conversation[] getObjects() diff --git a/files/lib/data/conversation/ConversationParticipantList.class.php b/files/lib/data/conversation/ConversationParticipantList.class.php index a9de865..f57259f 100644 --- a/files/lib/data/conversation/ConversationParticipantList.class.php +++ b/files/lib/data/conversation/ConversationParticipantList.class.php @@ -12,7 +12,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation */ class ConversationParticipantList extends UserProfileList { diff --git a/files/lib/data/conversation/FeedConversation.class.php b/files/lib/data/conversation/FeedConversation.class.php index 94dabc3..c97ec93 100644 --- a/files/lib/data/conversation/FeedConversation.class.php +++ b/files/lib/data/conversation/FeedConversation.class.php @@ -12,7 +12,6 @@ use wcf\system\request\LinkHandler; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation * * @method Conversation getDecoratedObject() * @mixin Conversation diff --git a/files/lib/data/conversation/FeedConversationList.class.php b/files/lib/data/conversation/FeedConversationList.class.php index 3dcf198..7575d6a 100644 --- a/files/lib/data/conversation/FeedConversationList.class.php +++ b/files/lib/data/conversation/FeedConversationList.class.php @@ -10,7 +10,6 @@ use wcf\system\WCF; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation * * @method FeedConversation current() * @method FeedConversation[] getObjects() diff --git a/files/lib/data/conversation/UserConversationList.class.php b/files/lib/data/conversation/UserConversationList.class.php index 4c24b19..a0fa5b6 100644 --- a/files/lib/data/conversation/UserConversationList.class.php +++ b/files/lib/data/conversation/UserConversationList.class.php @@ -14,7 +14,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation * * @method ViewableConversation current() * @method ViewableConversation[] getObjects() diff --git a/files/lib/data/conversation/ViewableConversation.class.php b/files/lib/data/conversation/ViewableConversation.class.php index 165c2ba..e6e5e2d 100644 --- a/files/lib/data/conversation/ViewableConversation.class.php +++ b/files/lib/data/conversation/ViewableConversation.class.php @@ -17,7 +17,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation * * @method Conversation getDecoratedObject() * @mixin Conversation diff --git a/files/lib/data/conversation/label/ConversationLabel.class.php b/files/lib/data/conversation/label/ConversationLabel.class.php index d8141a8..e3b9a87 100644 --- a/files/lib/data/conversation/label/ConversationLabel.class.php +++ b/files/lib/data/conversation/label/ConversationLabel.class.php @@ -11,7 +11,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @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 diff --git a/files/lib/data/conversation/label/ConversationLabelAction.class.php b/files/lib/data/conversation/label/ConversationLabelAction.class.php index 577cb7e..9a3f432 100644 --- a/files/lib/data/conversation/label/ConversationLabelAction.class.php +++ b/files/lib/data/conversation/label/ConversationLabelAction.class.php @@ -19,7 +19,6 @@ use wcf\util\StringUtil; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Label * * @method ConversationLabel create() * @method ConversationLabelEditor[] getObjects() diff --git a/files/lib/data/conversation/label/ConversationLabelEditor.class.php b/files/lib/data/conversation/label/ConversationLabelEditor.class.php index 525c8c2..9b1d3af 100644 --- a/files/lib/data/conversation/label/ConversationLabelEditor.class.php +++ b/files/lib/data/conversation/label/ConversationLabelEditor.class.php @@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectEditor; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Label * * @method static ConversationLabel create(array $parameters = []) * @method ConversationLabel getDecoratedObject() diff --git a/files/lib/data/conversation/label/ConversationLabelList.class.php b/files/lib/data/conversation/label/ConversationLabelList.class.php index b6ba884..b99786e 100644 --- a/files/lib/data/conversation/label/ConversationLabelList.class.php +++ b/files/lib/data/conversation/label/ConversationLabelList.class.php @@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectList; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Label * * @method ConversationLabel current() * @method ConversationLabel[] getObjects() diff --git a/files/lib/data/conversation/message/ConversationMessage.class.php b/files/lib/data/conversation/message/ConversationMessage.class.php index 548ae64..12cc57f 100644 --- a/files/lib/data/conversation/message/ConversationMessage.class.php +++ b/files/lib/data/conversation/message/ConversationMessage.class.php @@ -18,7 +18,6 @@ use wcf\util\StringUtil; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @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 diff --git a/files/lib/data/conversation/message/ConversationMessageAction.class.php b/files/lib/data/conversation/message/ConversationMessageAction.class.php index 1f7c107..7890b60 100644 --- a/files/lib/data/conversation/message/ConversationMessageAction.class.php +++ b/files/lib/data/conversation/message/ConversationMessageAction.class.php @@ -39,7 +39,6 @@ use wcf\util\UserUtil; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Message * * @method ConversationMessageEditor[] getObjects() * @method ConversationMessageEditor getSingleObject() diff --git a/files/lib/data/conversation/message/ConversationMessageEditor.class.php b/files/lib/data/conversation/message/ConversationMessageEditor.class.php index 694118b..4d0c62c 100644 --- a/files/lib/data/conversation/message/ConversationMessageEditor.class.php +++ b/files/lib/data/conversation/message/ConversationMessageEditor.class.php @@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectEditor; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Message * * @method static ConversationMessage create(array $parameters = []) * @method ConversationMessage getDecoratedObject() diff --git a/files/lib/data/conversation/message/ConversationMessageList.class.php b/files/lib/data/conversation/message/ConversationMessageList.class.php index df13dd4..20b1990 100644 --- a/files/lib/data/conversation/message/ConversationMessageList.class.php +++ b/files/lib/data/conversation/message/ConversationMessageList.class.php @@ -10,7 +10,6 @@ use wcf\data\DatabaseObjectList; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Message * * @method ConversationMessage current() * @method ConversationMessage[] getObjects() diff --git a/files/lib/data/conversation/message/SearchResultConversationMessage.class.php b/files/lib/data/conversation/message/SearchResultConversationMessage.class.php index d000056..342e4de 100644 --- a/files/lib/data/conversation/message/SearchResultConversationMessage.class.php +++ b/files/lib/data/conversation/message/SearchResultConversationMessage.class.php @@ -13,7 +13,6 @@ use wcf\system\search\SearchResultTextParser; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Message * * @property-read string|null $subject */ diff --git a/files/lib/data/conversation/message/SearchResultConversationMessageList.class.php b/files/lib/data/conversation/message/SearchResultConversationMessageList.class.php index f5475c9..a5449d5 100644 --- a/files/lib/data/conversation/message/SearchResultConversationMessageList.class.php +++ b/files/lib/data/conversation/message/SearchResultConversationMessageList.class.php @@ -8,7 +8,6 @@ namespace wcf\data\conversation\message; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Message * * @method SearchResultConversationMessage current() * @method SearchResultConversationMessage[] getObjects() diff --git a/files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php b/files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php index aa74800..3edaf7a 100644 --- a/files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php +++ b/files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php @@ -9,7 +9,6 @@ namespace wcf\data\conversation\message; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Message */ class SimplifiedViewableConversationMessageList extends ViewableConversationMessageList { diff --git a/files/lib/data/conversation/message/ViewableConversationMessage.class.php b/files/lib/data/conversation/message/ViewableConversationMessage.class.php index 2315d46..a030ba7 100644 --- a/files/lib/data/conversation/message/ViewableConversationMessage.class.php +++ b/files/lib/data/conversation/message/ViewableConversationMessage.class.php @@ -12,7 +12,6 @@ use wcf\system\cache\runtime\UserProfileRuntimeCache; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Conversation\Message * * @method ConversationMessage getDecoratedObject() * @mixin ConversationMessage diff --git a/files/lib/data/conversation/message/ViewableConversationMessageList.class.php b/files/lib/data/conversation/message/ViewableConversationMessageList.class.php index 79a24db..34c02ee 100644 --- a/files/lib/data/conversation/message/ViewableConversationMessageList.class.php +++ b/files/lib/data/conversation/message/ViewableConversationMessageList.class.php @@ -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 - * @package WoltLabSuite\Core\Data\Conversation\Message * * @method ViewableConversationMessage current() * @method ViewableConversationMessage[] getObjects() diff --git a/files/lib/data/modification/log/ConversationLogModificationLogList.class.php b/files/lib/data/modification/log/ConversationLogModificationLogList.class.php index 5628b37..919f285 100644 --- a/files/lib/data/modification/log/ConversationLogModificationLogList.class.php +++ b/files/lib/data/modification/log/ConversationLogModificationLogList.class.php @@ -12,7 +12,6 @@ use wcf\system\WCF; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Modification\Log * * @method ViewableConversationModificationLog current() * @method ViewableConversationModificationLog[] getObjects() diff --git a/files/lib/data/modification/log/ViewableConversationModificationLog.class.php b/files/lib/data/modification/log/ViewableConversationModificationLog.class.php index 210e1e5..ce4bbf0 100644 --- a/files/lib/data/modification/log/ViewableConversationModificationLog.class.php +++ b/files/lib/data/modification/log/ViewableConversationModificationLog.class.php @@ -13,7 +13,6 @@ use wcf\system\WCF; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Data\Modification\Log * * @method ModificationLog getDecoratedObject() * @mixin ModificationLog diff --git a/files/lib/form/ConversationAddForm.class.php b/files/lib/form/ConversationAddForm.class.php index 0027ef1..ffd4778 100644 --- a/files/lib/form/ConversationAddForm.class.php +++ b/files/lib/form/ConversationAddForm.class.php @@ -26,7 +26,6 @@ use wcf\util\StringUtil; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Form */ class ConversationAddForm extends MessageForm { diff --git a/files/lib/form/ConversationDraftEditForm.class.php b/files/lib/form/ConversationDraftEditForm.class.php index a362400..c373385 100644 --- a/files/lib/form/ConversationDraftEditForm.class.php +++ b/files/lib/form/ConversationDraftEditForm.class.php @@ -19,7 +19,6 @@ use wcf\util\HeaderUtil; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Form */ class ConversationDraftEditForm extends ConversationAddForm { diff --git a/files/lib/page/ConversationFeedPage.class.php b/files/lib/page/ConversationFeedPage.class.php index 8910a2d..3a0956a 100644 --- a/files/lib/page/ConversationFeedPage.class.php +++ b/files/lib/page/ConversationFeedPage.class.php @@ -11,7 +11,6 @@ use wcf\system\WCF; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Page */ class ConversationFeedPage extends AbstractFeedPage { diff --git a/files/lib/page/ConversationListPage.class.php b/files/lib/page/ConversationListPage.class.php index 1ad9c85..1943f63 100644 --- a/files/lib/page/ConversationListPage.class.php +++ b/files/lib/page/ConversationListPage.class.php @@ -20,7 +20,6 @@ use wcf\util\HeaderUtil; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Page * * @property UserConversationList $objectList */ diff --git a/files/lib/page/ConversationPage.class.php b/files/lib/page/ConversationPage.class.php index c30e3df..40396ba 100644 --- a/files/lib/page/ConversationPage.class.php +++ b/files/lib/page/ConversationPage.class.php @@ -32,7 +32,6 @@ use wcf\util\StringUtil; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Page * * @property ViewableConversationMessageList $objectList */ diff --git a/files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php b/files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php index 621c1ed..c6964c2 100644 --- a/files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php +++ b/files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php @@ -14,7 +14,6 @@ use wcf\util\ArrayUtil; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Attachment * * @method ConversationMessage getObject($objectID) */ diff --git a/files/lib/system/cache/runtime/ConversationRuntimeCache.class.php b/files/lib/system/cache/runtime/ConversationRuntimeCache.class.php index 91a3e8c..8f5f9a2 100644 --- a/files/lib/system/cache/runtime/ConversationRuntimeCache.class.php +++ b/files/lib/system/cache/runtime/ConversationRuntimeCache.class.php @@ -11,7 +11,6 @@ use wcf\data\conversation\ConversationList; * @author Matthias Schmidt * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Cache\Runtime * @since 3.0 * * @method Conversation[] getCachedObjects() diff --git a/files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php b/files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php index 4d32917..df671b4 100644 --- a/files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php +++ b/files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php @@ -12,7 +12,6 @@ use wcf\system\WCF; * @author Matthias Schmidt * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Cache\Runtime * @since 3.0 * * @method Conversation[] getCachedObjects() diff --git a/files/lib/system/clipboard/action/ConversationClipboardAction.class.php b/files/lib/system/clipboard/action/ConversationClipboardAction.class.php index e802bab..cddeb69 100644 --- a/files/lib/system/clipboard/action/ConversationClipboardAction.class.php +++ b/files/lib/system/clipboard/action/ConversationClipboardAction.class.php @@ -14,7 +14,6 @@ use wcf\system\WCF; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Clipboard\Action */ class ConversationClipboardAction extends AbstractClipboardAction { diff --git a/files/lib/system/conversation/ConversationHandler.class.php b/files/lib/system/conversation/ConversationHandler.class.php index 3490d20..210622f 100644 --- a/files/lib/system/conversation/ConversationHandler.class.php +++ b/files/lib/system/conversation/ConversationHandler.class.php @@ -16,7 +16,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Conversation */ class ConversationHandler extends SingletonFactory { diff --git a/files/lib/system/event/listener/ConversationPruneIpAddressesCronjobListener.class.php b/files/lib/system/event/listener/ConversationPruneIpAddressesCronjobListener.class.php index a35df3e..4f5e50c 100644 --- a/files/lib/system/event/listener/ConversationPruneIpAddressesCronjobListener.class.php +++ b/files/lib/system/event/listener/ConversationPruneIpAddressesCronjobListener.class.php @@ -10,7 +10,6 @@ use wcf\system\cronjob\PruneIpAddressesCronjob; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Event\Listener * @since 5.2 */ class ConversationPruneIpAddressesCronjobListener implements IParameterizedEventListener diff --git a/files/lib/system/event/listener/ConversationUserActionRenameListener.class.php b/files/lib/system/event/listener/ConversationUserActionRenameListener.class.php index 3eb8921..563b62a 100644 --- a/files/lib/system/event/listener/ConversationUserActionRenameListener.class.php +++ b/files/lib/system/event/listener/ConversationUserActionRenameListener.class.php @@ -8,7 +8,6 @@ namespace wcf\system\event\listener; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Event\Listener */ class ConversationUserActionRenameListener extends AbstractUserActionRenameListener { diff --git a/files/lib/system/event/listener/ConversationUserMergeListener.class.php b/files/lib/system/event/listener/ConversationUserMergeListener.class.php index 7cb15cc..e250f64 100644 --- a/files/lib/system/event/listener/ConversationUserMergeListener.class.php +++ b/files/lib/system/event/listener/ConversationUserMergeListener.class.php @@ -8,7 +8,6 @@ namespace wcf\system\event\listener; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Event\Listener */ class ConversationUserMergeListener extends AbstractUserMergeListener { diff --git a/files/lib/system/event/listener/UserGroupAddCanBeAddedAsConversationParticipantListener.class.php b/files/lib/system/event/listener/UserGroupAddCanBeAddedAsConversationParticipantListener.class.php index 09594f1..752df02 100644 --- a/files/lib/system/event/listener/UserGroupAddCanBeAddedAsConversationParticipantListener.class.php +++ b/files/lib/system/event/listener/UserGroupAddCanBeAddedAsConversationParticipantListener.class.php @@ -13,7 +13,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Event\Listener */ class UserGroupAddCanBeAddedAsConversationParticipantListener implements IParameterizedEventListener { diff --git a/files/lib/system/importer/ConversationAttachmentImporter.class.php b/files/lib/system/importer/ConversationAttachmentImporter.class.php index eb1e603..3bc7c52 100644 --- a/files/lib/system/importer/ConversationAttachmentImporter.class.php +++ b/files/lib/system/importer/ConversationAttachmentImporter.class.php @@ -12,7 +12,6 @@ use wcf\data\object\type\ObjectTypeCache; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Importer */ class ConversationAttachmentImporter extends AbstractAttachmentImporter { diff --git a/files/lib/system/importer/ConversationImporter.class.php b/files/lib/system/importer/ConversationImporter.class.php index 4db0a30..3712d2a 100644 --- a/files/lib/system/importer/ConversationImporter.class.php +++ b/files/lib/system/importer/ConversationImporter.class.php @@ -11,7 +11,6 @@ use wcf\data\conversation\ConversationEditor; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Importer */ class ConversationImporter extends AbstractImporter { diff --git a/files/lib/system/importer/ConversationLabelImporter.class.php b/files/lib/system/importer/ConversationLabelImporter.class.php index ad7130b..06d90ed 100644 --- a/files/lib/system/importer/ConversationLabelImporter.class.php +++ b/files/lib/system/importer/ConversationLabelImporter.class.php @@ -11,7 +11,6 @@ use wcf\data\conversation\label\ConversationLabelAction; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Importer */ class ConversationLabelImporter extends AbstractImporter { diff --git a/files/lib/system/importer/ConversationMessageImporter.class.php b/files/lib/system/importer/ConversationMessageImporter.class.php index 11bec63..af1ed60 100644 --- a/files/lib/system/importer/ConversationMessageImporter.class.php +++ b/files/lib/system/importer/ConversationMessageImporter.class.php @@ -11,7 +11,6 @@ use wcf\data\conversation\message\ConversationMessageEditor; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Importer */ class ConversationMessageImporter extends AbstractImporter { diff --git a/files/lib/system/importer/ConversationUserImporter.class.php b/files/lib/system/importer/ConversationUserImporter.class.php index e638ed3..04e884a 100644 --- a/files/lib/system/importer/ConversationUserImporter.class.php +++ b/files/lib/system/importer/ConversationUserImporter.class.php @@ -10,7 +10,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Importer */ class ConversationUserImporter extends AbstractImporter { diff --git a/files/lib/system/log/modification/ConversationModificationLogHandler.class.php b/files/lib/system/log/modification/ConversationModificationLogHandler.class.php index 4ee9cc8..334b1d7 100644 --- a/files/lib/system/log/modification/ConversationModificationLogHandler.class.php +++ b/files/lib/system/log/modification/ConversationModificationLogHandler.class.php @@ -12,7 +12,6 @@ use wcf\data\user\UserList; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Log\Modification */ class ConversationModificationLogHandler extends VoidExtendedModificationLogHandler { diff --git a/files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php b/files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php index dfa7060..60f6457 100644 --- a/files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php +++ b/files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php @@ -11,7 +11,6 @@ use wcf\data\conversation\message\ConversationMessageList; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Message\Quote */ class ConversationMessageQuoteHandler extends AbstractMessageQuoteHandler { diff --git a/files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php b/files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php index 8edd3c2..17e8a13 100644 --- a/files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php +++ b/files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php @@ -20,7 +20,6 @@ use wcf\system\WCF; * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Moderation\Queue */ class ConversationMessageModerationQueueReportHandler extends AbstractModerationQueueHandler implements IModerationQueueReportHandler diff --git a/files/lib/system/page/handler/ConversationListPageHandler.class.php b/files/lib/system/page/handler/ConversationListPageHandler.class.php index 785b2b6..8dd0e5e 100644 --- a/files/lib/system/page/handler/ConversationListPageHandler.class.php +++ b/files/lib/system/page/handler/ConversationListPageHandler.class.php @@ -11,7 +11,6 @@ use wcf\system\WCF; * @author Matthias Schmidt * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Page\Handler * @since 3.0 */ class ConversationListPageHandler extends AbstractMenuPageHandler diff --git a/files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php b/files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php index 974f088..b2f89d0 100644 --- a/files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php +++ b/files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php @@ -10,7 +10,6 @@ namespace wcf\system\page\handler; * @author Matthias Schmidt * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Page\Handler * @since 3.0 */ class DefaultConversationRelatedPageHandler extends AbstractMenuPageHandler implements IOnlineLocationPageHandler diff --git a/files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php b/files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php index 89561bf..2b8cc34 100644 --- a/files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php +++ b/files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php @@ -14,7 +14,6 @@ use wcf\system\WCF; * @author Matthias Schmidt * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Page\Handler * @since 3.0 */ trait TConversationOnlineLocationPageHandler diff --git a/files/lib/system/search/ConversationMessageSearch.class.php b/files/lib/system/search/ConversationMessageSearch.class.php index cd40e16..1152437 100644 --- a/files/lib/system/search/ConversationMessageSearch.class.php +++ b/files/lib/system/search/ConversationMessageSearch.class.php @@ -15,7 +15,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Search */ final class ConversationMessageSearch extends AbstractSearchProvider { diff --git a/files/lib/system/stat/ConversationMessageStatDailyHandler.class.php b/files/lib/system/stat/ConversationMessageStatDailyHandler.class.php index b2661c1..224404a 100644 --- a/files/lib/system/stat/ConversationMessageStatDailyHandler.class.php +++ b/files/lib/system/stat/ConversationMessageStatDailyHandler.class.php @@ -8,7 +8,6 @@ namespace wcf\system\stat; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Stat */ class ConversationMessageStatDailyHandler extends AbstractStatDailyHandler { diff --git a/files/lib/system/stat/ConversationStatDailyHandler.class.php b/files/lib/system/stat/ConversationStatDailyHandler.class.php index c3229d7..cff7012 100644 --- a/files/lib/system/stat/ConversationStatDailyHandler.class.php +++ b/files/lib/system/stat/ConversationStatDailyHandler.class.php @@ -8,7 +8,6 @@ namespace wcf\system\stat; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Stat */ class ConversationStatDailyHandler extends AbstractStatDailyHandler { diff --git a/files/lib/system/user/content/provider/ConversationMessageUserContentProvider.class.php b/files/lib/system/user/content/provider/ConversationMessageUserContentProvider.class.php index 5882967..dcdf06f 100644 --- a/files/lib/system/user/content/provider/ConversationMessageUserContentProvider.class.php +++ b/files/lib/system/user/content/provider/ConversationMessageUserContentProvider.class.php @@ -10,7 +10,6 @@ use wcf\data\conversation\message\ConversationMessage; * @author Joshua Ruesweg * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\User\Content\Provider * @since 5.2 */ class ConversationMessageUserContentProvider extends AbstractDatabaseUserContentProvider diff --git a/files/lib/system/user/content/provider/ConversationUserContentProvider.class.php b/files/lib/system/user/content/provider/ConversationUserContentProvider.class.php index ccc764a..1145d86 100644 --- a/files/lib/system/user/content/provider/ConversationUserContentProvider.class.php +++ b/files/lib/system/user/content/provider/ConversationUserContentProvider.class.php @@ -10,7 +10,6 @@ use wcf\data\conversation\Conversation; * @author Joshua Ruesweg * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\User\Content\Provider * @since 5.2 */ class ConversationUserContentProvider extends AbstractDatabaseUserContentProvider diff --git a/files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php b/files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php index 16a4ce9..8621601 100644 --- a/files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php +++ b/files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php @@ -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 - * @package WoltLabSuite\Core\System\User\Notification\Event * * @method ConversationMessageUserNotificationObject getUserNotificationObject() */ diff --git a/files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php b/files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php index b0d8f86..2536e94 100644 --- a/files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php +++ b/files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php @@ -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 - * @package WoltLabSuite\Core\System\User\Notification\Event * * @method ConversationUserNotificationObject getUserNotificationObject() */ diff --git a/files/lib/system/user/notification/event/TTestableConversationRelatedUserNotificationEvent.class.php b/files/lib/system/user/notification/event/TTestableConversationRelatedUserNotificationEvent.class.php index 77dcfb5..3477b13 100644 --- a/files/lib/system/user/notification/event/TTestableConversationRelatedUserNotificationEvent.class.php +++ b/files/lib/system/user/notification/event/TTestableConversationRelatedUserNotificationEvent.class.php @@ -15,7 +15,6 @@ use wcf\data\user\UserProfile; * @author Matthias Schmidt * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\User\Notification\Event * @since 3.1 */ trait TTestableConversationRelatedUserNotificationEvent diff --git a/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php b/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php index da9ea3a..a69c660 100644 --- a/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php +++ b/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php @@ -11,7 +11,6 @@ use wcf\data\DatabaseObjectDecorator; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\User\Notification\Object * * @method ConversationMessage getDecoratedObject() * @mixin ConversationMessage diff --git a/files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php b/files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php index ab6e27d..fe6164d 100644 --- a/files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php +++ b/files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php @@ -11,7 +11,6 @@ use wcf\data\DatabaseObjectDecorator; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\User\Notification\Object * * @method Conversation getDecoratedObject() * @mixin Conversation diff --git a/files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php b/files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php index f55fca1..e0c3b43 100644 --- a/files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php +++ b/files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php @@ -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 - * @package WoltLabSuite\Core\System\User\Notification\Object\Type */ class ConversationMessageNotificationObjectType extends AbstractUserNotificationObjectType { diff --git a/files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php b/files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php index 96ce0c6..5c04933 100644 --- a/files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php +++ b/files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php @@ -13,7 +13,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\User\Notification\Object\Type */ class ConversationNotificationObjectType extends AbstractUserNotificationObjectType { diff --git a/files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php b/files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php index eb43269..f2dcc70 100644 --- a/files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php +++ b/files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php @@ -15,7 +15,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Worker * * @method ConversationMessageList getObjectList() */ diff --git a/files/lib/system/worker/ConversationMessageSearchIndexRebuildDataWorker.class.php b/files/lib/system/worker/ConversationMessageSearchIndexRebuildDataWorker.class.php index daf143e..6348f91 100644 --- a/files/lib/system/worker/ConversationMessageSearchIndexRebuildDataWorker.class.php +++ b/files/lib/system/worker/ConversationMessageSearchIndexRebuildDataWorker.class.php @@ -13,7 +13,6 @@ use wcf\system\WCF; * @author Tim Duesterhus * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Worker * * @method ConversationMessageList getObjectList() */ diff --git a/files/lib/system/worker/ConversationRebuildDataWorker.class.php b/files/lib/system/worker/ConversationRebuildDataWorker.class.php index e53b299..5b6dedc 100644 --- a/files/lib/system/worker/ConversationRebuildDataWorker.class.php +++ b/files/lib/system/worker/ConversationRebuildDataWorker.class.php @@ -14,7 +14,6 @@ use wcf\system\WCF; * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Worker * * @method ConversationList getObjectList() */