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 862a0b8 commit 4059b72Copy full SHA for 4059b72
system/HTTP/MessageTrait.php
@@ -98,7 +98,7 @@ public function populateHeaders(): void
98
99
$this->setHeader($header, $_SERVER[$key]);
100
101
- // Add us to the header map so we can find them case-insensitively
+ // Add us to the header map, so we can find them case-insensitively
102
$this->headerMap[strtolower($header)] = $header;
103
}
104
0 commit comments