Skip to content

Commit

Permalink
Fix getCookieParam() phpdoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhy committed Aug 13, 2016
1 parent a63b393 commit a9abdf5
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 a9abdf5

Please sign in to comment.