We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4958c4a commit d0aabc0Copy full SHA for d0aabc0
src/MessageInterface.php
@@ -61,7 +61,7 @@ public function withProtocolVersion($version);
61
* While header names are not case-sensitive, getHeaders() will preserve the
62
* exact case in which headers were originally specified.
63
*
64
- * @return array Returns an associative array of the message's headers. Each
+ * @return string[][] Returns an associative array of the message's headers. Each
65
* key MUST be a header name, and each value MUST be an array of strings
66
* for that header.
67
*/
0 commit comments