mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix PHPDoc
This commit is contained in:
parent
122ebf28f7
commit
a9e8d53c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class MetaData {
|
|||
/**
|
||||
* @brief returns the available groups
|
||||
* @param string a search string
|
||||
* @return string[]
|
||||
* @return \OC\Group\Group[]
|
||||
*/
|
||||
private function getGroups($search = '') {
|
||||
if(count($this->groups) === 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue