From a1e92d61b36fd7b49be876db555f57f7ab282ed4 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 15 Jan 2015 22:50:42 +0100 Subject: [PATCH] Fix PHPDoc --- lib/private/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/app.php b/lib/private/app.php index 3422626068..e75202eec2 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)) {