Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e03d15b

Browse filesBrowse 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
Copy full SHA for e03d15b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎service_container.rst

Copy file name to clipboardExpand all lines: service_container.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.