mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Url
: Fix type for parameter $value
of method setParam()
This commit is contained in:
parent
2a4f448c3e
commit
c46446e17f
@ -642,8 +642,8 @@ class Url
|
||||
/**
|
||||
* Set a single parameter, overwriting any existing one with the same name
|
||||
*
|
||||
* @param string $param The query parameter name
|
||||
* @param array|string $value An array or string to set as the parameter value
|
||||
* @param string $param The query parameter name
|
||||
* @param array|string|bool $value An array or string to set as the parameter value
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user