We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a650be2 commit f2d5b54Copy full SHA for f2d5b54
1 file changed
system/HTTP/Header.php
@@ -101,7 +101,7 @@ public function setValue($value = null)
101
* Appends a value to the list of values for this header. If the
102
* header is a single value string, it will be converted to an array.
103
*
104
- * @param array<array<string>|string>|string|null $value
+ * @param array<string, string>|string|null $value
105
106
* @return $this
107
*/
@@ -126,7 +126,7 @@ public function appendValue($value = null)
126
* Prepends a value to the list of values for this header. If the
127
128
129
130
131
132
0 commit comments