diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-07 14:12:47 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-13 18:46:05 +0200 |
commit | eb3f43a0b5a96db92d63b0572104f3b4707ed664 (patch) | |
tree | ebd9999c6ddf462ddd508cd0fbfb2cb9f7e38625 /lib/public/IAvatar.php | |
parent | 03d6be087748a4d640253d2614fafa313675d9ff (diff) | |
download | nextcloud-server-eb3f43a0b5a96db92d63b0572104f3b4707ed664.tar.gz nextcloud-server-eb3f43a0b5a96db92d63b0572104f3b4707ed664.zip |
Fixed since requirement
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/public/IAvatar.php')
-rw-r--r-- | lib/public/IAvatar.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/IAvatar.php b/lib/public/IAvatar.php index b5aa65f8373..6b4f00d480b 100644 --- a/lib/public/IAvatar.php +++ b/lib/public/IAvatar.php @@ -91,6 +91,7 @@ interface IAvatar { /** * @param string $text * @return Color Object containting r g b int in the range [0, 255] + * @since 14.0.0 */ public function avatarBackgroundColor(string $text); |