From c09852e0061fa40f37acd89cbca257a56e337afb Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 21 Apr 2014 12:54:45 +0200 Subject: [PATCH] Fix phpdoc --- lib/private/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5