From: Robin Appelman Date: Mon, 21 Apr 2014 10:54:45 +0000 (+0200) Subject: Fix phpdoc X-Git-Tag: v7.0.0alpha2~135^2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c09852e0061fa40f37acd89cbca257a56e337afb;p=nextcloud-server.git Fix phpdoc --- diff --git a/lib/private/app.php b/lib/private/app.php index aa0fdd6da6c..d88855840a9 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -88,7 +88,7 @@ class OC_App { * check if an app is of a specific type * * @param string $app - * @param string /array $types + * @param string|array $types * @return bool */ public static function isType($app, $types) {