Add `@since` to UserProfileAction::setAvatar()
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 20 Apr 2022 10:53:58 +0000 (12:53 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 20 Apr 2022 10:53:58 +0000 (12:53 +0200)
see 7448a453886e504eaa1d70e8a39bbb1fad14dd42
see #4583

wcfsetup/install/files/lib/data/user/UserProfileAction.class.php

index 8c98fda9babb4f50d4463b06df3e2ccc56d82512..fa9ad668d7948b4143c3bf9a736d600635062478 100644 (file)
@@ -577,6 +577,7 @@ class UserProfileAction extends UserAction implements IPopoverAction
      *
      * @throws UserInputException If none or more than one user is given.
      * @throws \InvalidArgumentException If the given file is not an image or is incorrectly sized.
+     * @since 5.5
      */
     public function setAvatar(): array
     {