Skip to content

Commit

Permalink
bug #3519 [Book][Service Container] Fix syntax highlighting (iamdto)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.4 branch.

Discussion
----------

[Book][Service Container] Fix syntax highlighting

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.4+
| Fixed tickets | -

Commits
-------

edec44d [Book][Service Container] Fix syntax highlighting
  • Loading branch information
weaverryan committed Feb 4, 2014
2 parents 86e02c6 + edec44d commit a43f15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ Now, just inject the ``request_stack``, which behaves like any normal service:
# src/Acme/HelloBundle/Resources/config/services.yml
services:
newsletter_manager:
class: "Acme\HelloBundle\Newsletter\NewsletterManager"
class: Acme\HelloBundle\Newsletter\NewsletterManager
arguments: ["@request_stack"]
.. code-block:: xml
Expand Down

0 comments on commit a43f15a

Please sign in to comment.