mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +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
|
* This may be used with either a list of values for a single parameter or
|
||||||
* with a list of parameter / value pairs.
|
* with a list of parameter / value pairs.
|
||||||
*
|
*
|
||||||
* @param string $param Parameter name or param/value list
|
* @param string|array $param Parameter name or param/value list
|
||||||
* @param string $value The value to be stored
|
* @param ?array $value The value to be stored
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user