We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd67d1 commit 18d72bfCopy full SHA for 18d72bf
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 string[][] Returns an associative array of the message's headers. Each
+ * @return array<string, 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