`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…
Reference in New Issue