Skip to content

Commit

Permalink
Update Request.php
Browse files Browse the repository at this point in the history
  • Loading branch information
userlond authored Feb 2, 2017
1 parent f064165 commit f6921b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Klein/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function params($mask = null, $fill_with_nulls = true)
*
* @param string $key The name of the parameter to return
* @param mixed $default The default value of the parameter if it contains no value
* @return string|array|null
* @return mixed
*/
public function param($key, $default = null)
{
Expand Down

0 comments on commit f6921b7

Please sign in to comment.