Skip to content

Commit 48cd7f8

Browse files
committed
minor #9176 soap_web_service: code style in examples (MacDada)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9176). Discussion ---------- soap_web_service: code style in examples Commits ------- 268df1d soap_web_service: code style in examples
2 parents 3fc4eee + 268df1d commit 48cd7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller/soap_web_service.rst

Lines changed: 2 additions & 2 deletions
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)