Passed
Push — master ( 64fbdc...7a88ec )
by Aimeos
02:53
created
lib/custom/src/MW/Mail/Message/Swift.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.