mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
UrlParams
: Fix parameter types of addValues()
method
This commit is contained in:
parent
eed1b0a680
commit
19151763af
@ -196,8 +196,8 @@ class UrlParams
|
||||
* This may be used with either a list of values for a single parameter or
|
||||
* with a list of parameter / value pairs.
|
||||
*
|
||||
* @param string $param Parameter name or param/value list
|
||||
* @param string $value The value to be stored
|
||||
* @param string|array $param Parameter name or param/value list
|
||||
* @param ?array $value The value to be stored
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user