Merge pull request #4690 from nextcloud/fix-igroup-since

Documentation fix IGroup::getDisplayName is available since version 12
This commit is contained in:
Morris Jobke 2017-05-04 08:42:00 -03:00 committed by GitHub
commit ea2a7d5b0a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ interface IGroup {
* Returns the group display name * Returns the group display name
* *
* @return string * @return string
* @since 9.2 * @since 12.0.0
*/ */
public function getDisplayName(); public function getDisplayName();