Fix PHPDoc
This commit is contained in:
parent
0ebcc2d4f9
commit
a1e92d61b3
|
@ -199,6 +199,7 @@ class OC_App {
|
||||||
* @param bool $forceRefresh whether to refresh the cache
|
* @param bool $forceRefresh whether to refresh the cache
|
||||||
* @param bool $all whether to return apps for all users, not only the
|
* @param bool $all whether to return apps for all users, not only the
|
||||||
* currently logged in one
|
* currently logged in one
|
||||||
|
* @return array
|
||||||
*/
|
*/
|
||||||
public static function getEnabledApps($forceRefresh = false, $all = false) {
|
public static function getEnabledApps($forceRefresh = false, $all = false) {
|
||||||
if (!OC_Config::getValue('installed', false)) {
|
if (!OC_Config::getValue('installed', false)) {
|
||||||
|
|
Loading…
Reference in New Issue