IGroup::getDisplayName is available version 12, not 11 (9.2)

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2017-05-04 12:06:03 +02:00
parent b04102aab3
commit d72706861d
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

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