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 6f9cc51 commit 7b3e093Copy full SHA for 7b3e093
system/HTTP/MessageTrait.php
@@ -93,7 +93,7 @@ public function populateHeaders(): void
93
94
$this->setHeader($header, $_SERVER[$key]);
95
96
- // 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
97
$this->headerMap[strtolower($header)] = $header;
98
}
99
0 commit comments