From: Lukas Reschke Date: Thu, 15 Jan 2015 21:50:42 +0000 (+0100) Subject: Fix PHPDoc X-Git-Tag: v8.0.0beta1~11^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a1e92d61b36fd7b49be876db555f57f7ab282ed4;p=nextcloud-server.git Fix PHPDoc --- diff --git a/lib/private/app.php b/lib/private/app.php index 34226260689..e75202eec23 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -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)) {