Skip to content

Commit

Permalink
Merge pull request #135 from hhovakimyan/change-ServerRequest-getPara…
Browse files Browse the repository at this point in the history
…m-method-default-arg-phpdoc

Correct ServerRequest::getParam method PHPDoc
  • Loading branch information
l0gicgate committed Aug 18, 2020
2 parents 90506ff + 3b90321 commit ad2abe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServerRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ public function getMediaTypeParams(): array
* Note: This method is not part of the PSR-7 standard.
*
* @param string $key The parameter key.
* @param string $default The default value.
* @param mixed $default The default value.
*
* @return mixed The parameter value.
*/
Expand Down

0 comments on commit ad2abe4

Please sign in to comment.