From b36d169eb9e2519a38bab406ce98c95ad03ca540 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 20 Apr 2022 12:53:58 +0200 Subject: [PATCH] Add `@since` to UserProfileAction::setAvatar() see 7448a453886e504eaa1d70e8a39bbb1fad14dd42 see #4583 --- wcfsetup/install/files/lib/data/user/UserProfileAction.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/data/user/UserProfileAction.class.php b/wcfsetup/install/files/lib/data/user/UserProfileAction.class.php index 8c98fda9ba..fa9ad668d7 100644 --- a/wcfsetup/install/files/lib/data/user/UserProfileAction.class.php +++ b/wcfsetup/install/files/lib/data/user/UserProfileAction.class.php @@ -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 { -- 2.20.1