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 e07f90e commit b5c1f2bCopy full SHA for b5c1f2b
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