Skip to content

Commit d0aabc0

Browse files
committed
Fix docblock to specify that it should be an array of nested strings, not just array
1 parent 4958c4a commit d0aabc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MessageInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function withProtocolVersion($version);
6161
* While header names are not case-sensitive, getHeaders() will preserve the
6262
* exact case in which headers were originally specified.
6363
*
64-
* @return array Returns an associative array of the message's headers. Each
64+
* @return string[][] Returns an associative array of the message's headers. Each
6565
* key MUST be a header name, and each value MUST be an array of strings
6666
* for that header.
6767
*/

0 commit comments

Comments
 (0)