|
@@ -689,7 +689,6 @@ discard block |
|
|
block discarded – undo |
|
689
|
689
|
* |
|
690
|
690
|
* Note: This method is not part of the PSR-7 standard. |
|
691
|
691
|
* |
|
692
|
|
- * @param string $name The attribute name. |
|
693
|
692
|
* @param mixed $default Default value to return if the attribute does not exist. |
|
694
|
693
|
* |
|
695
|
694
|
* @return mixed |
|
@@ -804,7 +803,7 @@ discard block |
|
|
block discarded – undo |
|
804
|
803
|
* These values MAY be prepared from $_FILES or the message body during |
|
805
|
804
|
* instantiation, or MAY be injected via withUploadedFiles(). |
|
806
|
805
|
* |
|
807
|
|
- * @return array An array tree of UploadedFileInterface instances; an empty |
|
|
806
|
+ * @return UploadedFileInterface[] An array tree of UploadedFileInterface instances; an empty |
|
808
|
807
|
* array MUST be returned if no data is present. |
|
809
|
808
|
*/ |
|
810
|
809
|
public function getUploadedFiles() |
Please login to merge, or discard this patch.