@@ -3,5 +3,5 @@ |
||
3 | 3 | |
4 | 4 | class Message implements MessageInterface |
5 | 5 | { |
6 | - use MessageTrait; |
|
6 | + use MessageTrait; |
|
7 | 7 | } |
8 | 8 | \ No newline at end of file |
@@ -57,12 +57,12 @@ |
||
57 | 57 | return $this->withRecipients([$email => $name]); |
58 | 58 | } |
59 | 59 | |
60 | - public function withRecipients(array $recipients) |
|
61 | - { |
|
62 | - $new = clone $this; |
|
63 | - $new->recipients = $recipients; |
|
64 | - return $new; |
|
65 | - } |
|
60 | + public function withRecipients(array $recipients) |
|
61 | + { |
|
62 | + $new = clone $this; |
|
63 | + $new->recipients = $recipients; |
|
64 | + return $new; |
|
65 | + } |
|
66 | 66 | |
67 | 67 | public function withAddedRecipient($email, $name = null) |
68 | 68 | { |