Skip to content

Commit 563abd8

Browse files
Minor CS fixes
1 parent 066b73b commit 563abd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ public function sendHeaders(/* int $statusCode = null */): static
372372
$newValues = null === $previousValues ? $values : array_diff($values, $previousValues);
373373
}
374374

375-
foreach ($newValues as $value) {
375+
foreach ($newValues as $value) {
376376
header($name.': '.$value, $replace, $this->statusCode);
377377
}
378378

0 commit comments

Comments
 (0)