Skip to content

Commit e03d15b

Browse files
committed
minor #9341 fix PHP code (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- fix PHP code Commits ------- eeae1a3 fix PHP code
2 parents 73e299c + eeae1a3 commit e03d15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ made. To do that, you create a new class::
364364
{
365365
$happyMessage = $this->messageGenerator->getHappyMessage();
366366

367-
$message = (new \Swift_Message('Site update just happened!))
367+
$message = (new \Swift_Message('Site update just happened!'))
368368
->setFrom('admin@example.com')
369369
->setTo('manager@example.com')
370370
->addPart(

0 commit comments

Comments
 (0)