Skip to content

Commit 268df1d

Browse files
MacDadajaviereguiluz
authored andcommitted
soap_web_service: code style in examples
1 parent 3fc4eee commit 268df1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller/soap_web_service.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ In this case, the SOAP service will allow the client to call a method called
4040
{
4141

4242
$message = new \Swift_Message('Hello Service')
43-
->setTo('me@example.com')
44-
->setBody($name . ' says hi!');
43+
->setTo('me@example.com')
44+
->setBody($name.' says hi!');
4545

4646
$this->mailer->send($message);
4747

0 commit comments

Comments
 (0)