Skip to content

Commit ad2abe4

Browse files
authored
Merge pull request #135 from hhovakimyan/change-ServerRequest-getParam-method-default-arg-phpdoc
Correct ServerRequest::getParam method PHPDoc
2 parents 90506ff + 3b90321 commit ad2abe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServerRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ public function getMediaTypeParams(): array
552552
* Note: This method is not part of the PSR-7 standard.
553553
*
554554
* @param string $key The parameter key.
555-
* @param string $default The default value.
555+
* @param mixed $default The default value.
556556
*
557557
* @return mixed The parameter value.
558558
*/

0 commit comments

Comments
 (0)