fix PHPDoc
This commit is contained in:
parent
122ebf28f7
commit
a9e8d53c8f
|
@ -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 New Issue