Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit fca9eee

Browse files
committed
Code formatting to change to make consistent with rest of project
1 parent 8cd4838 commit fca9eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MessageTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function withHeader($header, $value)
204204
$normalized = strtolower($header);
205205

206206
$new = clone $this;
207-
if($new->hasHeader($header)) {
207+
if ($new->hasHeader($header)) {
208208
unset($new->headers[$new->headerNames[$normalized]]);
209209
}
210210
$new->headerNames[$normalized] = $header;

0 commit comments

Comments
 (0)