fix PHPDoc

This commit is contained in:
Arthur Schiwon 2014-05-09 19:07:49 +02:00
parent 122ebf28f7
commit a9e8d53c8f
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class MetaData {
/** /**
* @brief returns the available groups * @brief returns the available groups
* @param string a search string * @param string a search string
* @return string[] * @return \OC\Group\Group[]
*/ */
private function getGroups($search = '') { private function getGroups($search = '') {
if(count($this->groups) === 0) { if(count($this->groups) === 0) {