diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-04 08:42:00 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 08:42:00 -0300 |
commit | ea2a7d5b0af0007c4110927e05ac3285d27570dc (patch) | |
tree | 658488d8550424b218bfb408ad18541006bf5315 | |
parent | 4965f02bf4c4c5454e9ab97d4336e4bc6fa7151c (diff) | |
parent | d72706861d4e87669f4ee1a324483298792b9a05 (diff) | |
download | nextcloud-server-ea2a7d5b0af0007c4110927e05ac3285d27570dc.tar.gz nextcloud-server-ea2a7d5b0af0007c4110927e05ac3285d27570dc.zip |
Merge pull request #4690 from nextcloud/fix-igroup-since
Documentation fix IGroup::getDisplayName is available since version 12
-rw-r--r-- | lib/public/IGroup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php index 0cc62e9a8ed..aa51e51046c 100644 --- a/lib/public/IGroup.php +++ b/lib/public/IGroup.php @@ -41,7 +41,7 @@ interface IGroup { * Returns the group display name * * @return string - * @since 9.2 + * @since 12.0.0 */ public function getDisplayName(); |