`UrlParams`: Fix type for parameter `$default` of method `getValues()`
This commit is contained in:
parent
d5e93a9d68
commit
e946ed1f0e
|
@ -74,7 +74,7 @@ class UrlParams
|
||||||
* $default if none.
|
* $default if none.
|
||||||
*
|
*
|
||||||
* @param string $param The parameter you're interested in
|
* @param string $param The parameter you're interested in
|
||||||
* @param string $default An optional default value
|
* @param array $default An optional default value
|
||||||
*
|
*
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue