Fix typo in method documentation
authorMatthias Schmidt <gravatronics@live.com>
Tue, 11 May 2021 08:07:23 +0000 (10:07 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 11 May 2021 08:07:23 +0000 (10:07 +0200)
files/lib/data/conversation/ConversationList.class.php
files/lib/data/conversation/FeedConversationList.class.php
files/lib/data/conversation/UserConversationList.class.php
files/lib/data/conversation/label/ConversationLabelList.class.php
files/lib/data/conversation/message/ConversationMessageList.class.php
files/lib/data/conversation/message/SearchResultConversationMessageList.class.php
files/lib/data/conversation/message/ViewableConversationMessageList.class.php
files/lib/data/modification/log/ConversationLogModificationLogList.class.php

index 08f8c34134738c8b2b3a73dc5772714cd8705439..5bb4973c00efbf5def6ae58db93796be94587bf8 100644 (file)
@@ -15,7 +15,7 @@ use wcf\data\DatabaseObjectList;
  * @method  Conversation        current()
  * @method  Conversation[]      getObjects()
  * @method  Conversation|null   getSingleObject()
- * @method  Conversation|null   seach($objectID)
+ * @method  Conversation|null   search($objectID)
  * @property    Conversation[] $objects
  */
 class ConversationList extends DatabaseObjectList
index c75a6f06a2494d78fc1a44ee40d186a1cfd8e534..3dcf198d90fe615a6307be6877631f157a804889 100644 (file)
@@ -15,7 +15,7 @@ use wcf\system\WCF;
  * @method  FeedConversation    current()
  * @method  FeedConversation[]  getObjects()
  * @method  FeedConversation|null   getSingleObject()
- * @method  FeedConversation|null   seach($objectID)
+ * @method  FeedConversation|null   search($objectID)
  * @property    FeedConversation[] $objects
  */
 class FeedConversationList extends ConversationList
index 6d5d9c77b23012215c0eff3a6d5e33f55b276412..69b7de8b8bb813cca57a30e109a67c767de43f56 100644 (file)
@@ -19,7 +19,7 @@ use wcf\system\WCF;
  * @method  ViewableConversation        current()
  * @method  ViewableConversation[]      getObjects()
  * @method  ViewableConversation|null   getSingleObject()
- * @method  ViewableConversation|null   seach($objectID)
+ * @method  ViewableConversation|null   search($objectID)
  * @property    ViewableConversation[] $objects
  */
 class UserConversationList extends ConversationList
index e55a3881df71654fe910e1d4388aff8f130c268b..b6ba884c4565a99fb88645083d5561d2fa735d1e 100644 (file)
@@ -15,7 +15,7 @@ use wcf\data\DatabaseObjectList;
  * @method  ConversationLabel       current()
  * @method  ConversationLabel[]     getObjects()
  * @method  ConversationLabel|null      getSingleObject()
- * @method  ConversationLabel|null      seach($objectID)
+ * @method  ConversationLabel|null      search($objectID)
  * @property    ConversationLabel[] $objects
  */
 class ConversationLabelList extends DatabaseObjectList
index d4ab6e6607f2aeda1086bcbb687caf9dc1ebfd65..df13dd4742ab073b2179c1e1522ab02ecff415b2 100644 (file)
@@ -15,7 +15,7 @@ use wcf\data\DatabaseObjectList;
  * @method  ConversationMessage     current()
  * @method  ConversationMessage[]       getObjects()
  * @method  ConversationMessage|null    getSingleObject()
- * @method  ConversationMessage|null    seach($objectID)
+ * @method  ConversationMessage|null    search($objectID)
  * @property    ConversationMessage[] $objects
  */
 class ConversationMessageList extends DatabaseObjectList
index 91ecda5309cde48163502bb180a2fcd4b9505ab1..f5475c956e6b1a25cd201a4068323aea3e3d0d36 100644 (file)
@@ -13,7 +13,7 @@ namespace wcf\data\conversation\message;
  * @method  SearchResultConversationMessage     current()
  * @method  SearchResultConversationMessage[]   getObjects()
  * @method  SearchResultConversationMessage|null    getSingleObject()
- * @method  SearchResultConversationMessage|null    seach($objectID)
+ * @method  SearchResultConversationMessage|null    search($objectID)
  * @property    SearchResultConversationMessage[] $objects
  */
 class SearchResultConversationMessageList extends SimplifiedViewableConversationMessageList
index e8adeb9cbd97e1a1a92f9bd74ea13e377137c088..79a24db604c2ae2641b4f42199071f5247edce86 100644 (file)
@@ -19,7 +19,7 @@ use wcf\system\message\embedded\object\MessageEmbeddedObjectManager;
  * @method  ViewableConversationMessage     current()
  * @method  ViewableConversationMessage[]       getObjects()
  * @method  ViewableConversationMessage|null    getSingleObject()
- * @method  ViewableConversationMessage|null    seach($objectID)
+ * @method  ViewableConversationMessage|null    search($objectID)
  * @property    ViewableConversationMessage[] $objects
  */
 class ViewableConversationMessageList extends ConversationMessageList
index 79f5f8fd88149ddb84f72c287ea645c47da07f63..5628b37dcbd74d27a5cdb301848746eaa91cb373 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\WCF;
  * @method  ViewableConversationModificationLog     current()
  * @method  ViewableConversationModificationLog[]       getObjects()
  * @method  ViewableConversationModificationLog|null    getSingleObject()
- * @method  ViewableConversationModificationLog|null    seach($objectID)
+ * @method  ViewableConversationModificationLog|null    search($objectID)
  * @property    ViewableConversationModificationLog[] $objects
  */
 class ConversationLogModificationLogList extends ModificationLogList