Document \OC_App::getAllApps return type

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-05-28 20:37:24 +02:00
parent b638c6ee09
commit 97e9823787
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ class OC_App {
/**
* get a list of all apps in the apps folder
*
* @return array an array of app names (string IDs)
* @return string[] an array of app names (string IDs)
* @todo: change the name of this method to getInstalledApps, which is more accurate
*/
public static function getAllApps(): array {