Skip to content

Commit a632982

Browse files
committed
chore: corrects parameter description
1 parent 928101e commit a632982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/Http/DTO/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function getHeader(string $name): ?array
141141
* @since n.e.x.t
142142
*
143143
* @param string $name The header name (case-insensitive).
144-
* @return string|null The first header value or null if not found.
144+
* @return string|null The header value as a concatenated string, or null if not found.
145145
*/
146146
public function getHeaderAsString(string $name): ?string
147147
{

0 commit comments

Comments
 (0)