diff --git a/components/dependency_injection/parentservices.rst b/components/dependency_injection/parentservices.rst index b153db59f8b..f1fa5e2026f 100644 --- a/components/dependency_injection/parentservices.rst +++ b/components/dependency_injection/parentservices.rst @@ -384,7 +384,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'), ))