We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928101e commit a632982Copy full SHA for a632982
src/Providers/Http/DTO/Request.php
@@ -141,7 +141,7 @@ public function getHeader(string $name): ?array
141
* @since n.e.x.t
142
*
143
* @param string $name The header name (case-insensitive).
144
- * @return string|null The first header value or null if not found.
+ * @return string|null The header value as a concatenated string, or null if not found.
145
*/
146
public function getHeaderAsString(string $name): ?string
147
{
0 commit comments