Skip to content

Commit 4059b72

Browse files
committed
docs: add , to comment
1 parent 862a0b8 commit 4059b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/HTTP/MessageTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function populateHeaders(): void
9898

9999
$this->setHeader($header, $_SERVER[$key]);
100100

101-
// Add us to the header map so we can find them case-insensitively
101+
// Add us to the header map, so we can find them case-insensitively
102102
$this->headerMap[strtolower($header)] = $header;
103103
}
104104
}

0 commit comments

Comments
 (0)