Passed
Branch v1.5.0 (5c0162)
by Wanderson
03:11
created
www/vendor/Win/Models/Email.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,6 +212,6 @@
 block discarded – undo
212 212
 			$this->body = new EmailTemplate($this->template, $this->data, $this->layout, $this);
213 213
 		}
214 214
 
215
-		return (string)$this->body;
215
+		return (string) $this->body;
216 216
 	}
217 217
 }
Please login to merge, or discard this patch.