Skip to content

Commit

Permalink
Merge branch 'joelhy-fix/getCookieParam_phpdoc' into 3.x
Browse files Browse the repository at this point in the history
Closes #1957
  • Loading branch information
akrabat committed Aug 14, 2016
2 parents 54a8bb5 + a9abdf5 commit 1dedd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ public function getCookieParams()
*
* Note: This method is not part of the PSR-7 standard.
*
* @param string $name The attribute name.
* @param string $key The attribute name.
* @param mixed $default Default value to return if the attribute does not exist.
*
* @return mixed
Expand Down

0 comments on commit 1dedd25

Please sign in to comment.