Fix PHPDoc of OC_App::loadApps()

This commit is contained in:
Thomas Müller 2016-02-23 15:57:12 +01:00
parent ad6238c808
commit bfde96a623

View file

@ -87,7 +87,7 @@ class OC_App {
/** /**
* loads all apps * loads all apps
* *
* @param array $types * @param string[] | string | null $types
* @return bool * @return bool
* *
* This function walks through the ownCloud directory and loads all apps * This function walks through the ownCloud directory and loads all apps