diff options
author | Frank Karlitschek <karlitschek@gmx.de> | 2015-01-15 20:35:30 -0500 |
---|---|---|
committer | Frank Karlitschek <karlitschek@gmx.de> | 2015-01-15 20:35:30 -0500 |
commit | 696d9dc98e3dfc93b8102d5053cc2daf41faf01a (patch) | |
tree | 7bf3d42bee76da3fea4befed074ef693fc1c4770 /lib | |
parent | 051f626617e634eede28a037ee6b2198d9258fac (diff) | |
parent | a1e92d61b36fd7b49be876db555f57f7ab282ed4 (diff) | |
download | nextcloud-server-696d9dc98e3dfc93b8102d5053cc2daf41faf01a.tar.gz nextcloud-server-696d9dc98e3dfc93b8102d5053cc2daf41faf01a.zip |
Merge pull request #13406 from owncloud/fix-php-doc
Fix PHPDoc
Diffstat (limited to 'lib')
-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)) { |