diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-23 15:57:12 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-23 15:57:12 +0100 |
commit | bfde96a62346320756b1e7fd470e576db015454a (patch) | |
tree | cda76468e8aedc2a3959d02aa1859f39ccbc9606 | |
parent | ad6238c808219557e90a1bbaf16e7b0369d67897 (diff) | |
download | nextcloud-server-bfde96a62346320756b1e7fd470e576db015454a.tar.gz nextcloud-server-bfde96a62346320756b1e7fd470e576db015454a.zip |
Fix PHPDoc of OC_App::loadApps()
-rw-r--r-- | lib/private/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/app.php b/lib/private/app.php index 49d4e942a09..787029b653b 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -87,7 +87,7 @@ class OC_App { /** * loads all apps * - * @param array $types + * @param string[] | string | null $types * @return bool * * This function walks through the ownCloud directory and loads all apps |