From e946ed1f0eb714bbe20470f779e389d5244f13e6 Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Tue, 15 Aug 2023 10:56:10 +0200 Subject: [PATCH] `UrlParams`: Fix type for parameter `$default` of method `getValues()` --- library/Icinga/Web/UrlParams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/UrlParams.php b/library/Icinga/Web/UrlParams.php index f9329c486..a4dbab68b 100644 --- a/library/Icinga/Web/UrlParams.php +++ b/library/Icinga/Web/UrlParams.php @@ -74,7 +74,7 @@ class UrlParams * $default if none. * * @param string $param The parameter you're interested in - * @param string $default An optional default value + * @param array $default An optional default value * * @return mixed */