]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix PHPDoc
authorLukas Reschke <lukas@owncloud.com>
Thu, 15 Jan 2015 21:50:42 +0000 (22:50 +0100)
committerLukas Reschke <lukas@owncloud.com>
Thu, 15 Jan 2015 21:50:42 +0000 (22:50 +0100)
lib/private/app.php

index 3422626068983cafbc6c33b68d535bc503ec4ffd..e75202eec230f4222dd1d1e3496753d72fffbad3 100644 (file)
@@ -199,6 +199,7 @@ class OC_App {
         * @param bool $forceRefresh whether to refresh the cache
         * @param bool $all whether to return apps for all users, not only the
         * currently logged in one
+        * @return array
         */
        public static function getEnabledApps($forceRefresh = false, $all = false) {
                if (!OC_Config::getValue('installed', false)) {