Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 25, 2024
1 parent 575c916 commit 9b39f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/HTTP/ResponseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ public function sendHeaders()
);
} else {
$replace = true;

foreach ($value as $header) {
header(
$name . ': ' . $header->getValueLine(),
Expand Down

0 comments on commit 9b39f96

Please sign in to comment.