mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-04 20:44:28 +02:00
Url
: Fix type for parameter $value
of method setParam()
This commit is contained in:
parent
2a4f448c3e
commit
c46446e17f
@ -643,7 +643,7 @@ 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 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