Skip to content

Commit 28619d1

Browse files
committed
docs: add , to comment
1 parent 22ff751 commit 28619d1

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
@@ -93,7 +93,7 @@ public function populateHeaders(): void
9393

9494
$this->setHeader($header, $_SERVER[$key]);
9595

96-
// Add us to the header map so we can find them case-insensitively
96+
// Add us to the header map, so we can find them case-insensitively
9797
$this->headerMap[strtolower($header)] = $header;
9898
}
9999
}

0 commit comments

Comments
 (0)