@@ -801,7 +801,7 @@ discard block |
||
| 801 | 801 | * These values MAY be prepared from $_FILES or the message body during |
| 802 | 802 | * instantiation, or MAY be injected via withUploadedFiles(). |
| 803 | 803 | * |
| 804 | - * @return array An array tree of UploadedFileInterface instances; an empty |
|
| 804 | + * @return UploadedFileInterface[] An array tree of UploadedFileInterface instances; an empty |
|
| 805 | 805 | * array MUST be returned if no data is present. |
| 806 | 806 | */ |
| 807 | 807 | public function getUploadedFiles() |
@@ -1131,7 +1131,7 @@ discard block |
||
| 1131 | 1131 | * |
| 1132 | 1132 | * Note: This method is not part of the PSR-7 standard. |
| 1133 | 1133 | * |
| 1134 | - * @param $key |
|
| 1134 | + * @param string $key |
|
| 1135 | 1135 | * @param null $default |
| 1136 | 1136 | * |
| 1137 | 1137 | * @return null |