diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-01-15 22:50:42 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-01-15 22:50:42 +0100 |
commit | a1e92d61b36fd7b49be876db555f57f7ab282ed4 (patch) | |
tree | 0bb54a2b32ec1bdd13acf5d00f846e25be687e93 /lib/private/app.php | |
parent | 0ebcc2d4f9582c652c6e37ff6e9024e44fc453cf (diff) | |
download | nextcloud-server-a1e92d61b36fd7b49be876db555f57f7ab282ed4.tar.gz nextcloud-server-a1e92d61b36fd7b49be876db555f57f7ab282ed4.zip |
Fix PHPDoc
Diffstat (limited to 'lib/private/app.php')
-rw-r--r-- | lib/private/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
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)) { |