Skip to content

Commit

Permalink
minor #6523 Fix snippet (ismailbaskin)
Browse files Browse the repository at this point in the history
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6523).

Discussion
----------

Fix snippet

Semicolon removed

Commits
-------

3663208 Fix snippet
  • Loading branch information
xabbuh committed Apr 30, 2016
2 parents 71fef2f + 3663208 commit d58f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dependency_injection/parentservices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ to the ``NewsletterManager`` class, the config would look like this:
$mailManager = new Definition();
$mailManager
->setAbstract(true);
->setAbstract(true)
->addMethodCall('setMailer', array(
new Reference('my_mailer'),
))
Expand Down

0 comments on commit d58f5f8

Please sign in to comment.