]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix PHPDoc
authorArthur Schiwon <blizzz@owncloud.com>
Fri, 9 May 2014 17:07:49 +0000 (19:07 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 10:53:59 +0000 (12:53 +0200)
lib/private/group/metadata.php

index c3df74a077f8011f8b3827dbc4d2748af97fd590..1883ba727e0b2dcf697830576eaca8326e08ed60 100644 (file)
@@ -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) {