From: Thomas Müller Date: Tue, 23 Feb 2016 14:57:12 +0000 (+0100) Subject: Fix PHPDoc of OC_App::loadApps() X-Git-Tag: v9.0.0RC1~44^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bfde96a62346320756b1e7fd470e576db015454a;p=nextcloud-server.git Fix PHPDoc of OC_App::loadApps() --- 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