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
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue