Add `@method` comment for `DatabaseObjectList::getSingleObject()` in subclasses
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / data / user / option / category / UserOptionCategoryList.class.php
index 9bc6c1759c52ec2ac1d6985caf846e2d3523f7dd..ca3814ca12a9e42e9ac65c96101fc44ca92401af 100644 (file)
@@ -14,7 +14,8 @@ use wcf\data\DatabaseObjectList;
  *
  * @method  UserOptionCategory      current()
  * @method  UserOptionCategory[]        getObjects()
- * @method  UserOptionCategory|null     search($objectID)
+ * @method  UserOptionCategory|null     getSingleObject()
+ * @method  UserOptionCategory|null     seach($objectID)
  * @property    UserOptionCategory[] $objects
  */
 class UserOptionCategoryList extends DatabaseObjectList