Skip to content

Commit f2d5b54

Browse files
committed
docs: fix @param
1 parent a650be2 commit f2d5b54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/HTTP/Header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function setValue($value = null)
101101
* Appends a value to the list of values for this header. If the
102102
* header is a single value string, it will be converted to an array.
103103
*
104-
* @param array<array<string>|string>|string|null $value
104+
* @param array<string, string>|string|null $value
105105
*
106106
* @return $this
107107
*/
@@ -126,7 +126,7 @@ public function appendValue($value = null)
126126
* Prepends a value to the list of values for this header. If the
127127
* header is a single value string, it will be converted to an array.
128128
*
129-
* @param array<array<string>|string>|string|null $value
129+
* @param array<string, string>|string|null $value
130130
*
131131
* @return $this
132132
*/

0 commit comments

Comments
 (0)