@@ -156,7 +156,7 @@ |
||
| 156 | 156 | */ |
| 157 | 157 | public function setBody( string $message ) : Iface |
| 158 | 158 | { |
| 159 | - $this->object->addPart($message, 'text/plain'); |
|
| 159 | + $this->object->addPart( $message, 'text/plain' ); |
|
| 160 | 160 | return $this; |
| 161 | 161 | } |
| 162 | 162 | |