mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #4690 from nextcloud/fix-igroup-since
Documentation fix IGroup::getDisplayName is available since version 12
This commit is contained in:
commit
ea2a7d5b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ interface IGroup {
|
|||
* Returns the group display name
|
||||
*
|
||||
* @return string
|
||||
* @since 9.2
|
||||
* @since 12.0.0
|
||||
*/
|
||||
public function getDisplayName();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue