Skip to content

Commit a43f15a

Browse files
committed
bug symfony#3519 [Book][Service Container] Fix syntax highlighting (iamdto)
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
2 parents 86e02c6 + edec44d commit a43f15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/service_container.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ Now, just inject the ``request_stack``, which behaves like any normal service:
874874
# src/Acme/HelloBundle/Resources/config/services.yml
875875
services:
876876
newsletter_manager:
877-
class: "Acme\HelloBundle\Newsletter\NewsletterManager"
877+
class: Acme\HelloBundle\Newsletter\NewsletterManager
878878
arguments: ["@request_stack"]
879879
880880
.. code-block:: xml

0 commit comments

Comments
 (0)