Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb3dd2f

Browse files
committed
minor #7639 Update service_decoration.rst (Ahmed TAILOULOUTE)
This PR was merged into the 2.7 branch. Discussion ---------- Update service_decoration.rst Commits ------- 7107ba9 Update service_decoration.rst
2 parents e05eaf0 + 7107ba9 commit eb3dd2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service_container/service_decoration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the original service is lost:
3535
one, the old definition is lost -->
3636
<service id="app.mailer" class="AppBundle\DecoratingMailer" />
3737
38-
</service>
38+
</services>
3939
</container>
4040
4141
.. code-block:: php
@@ -86,7 +86,7 @@ a reference of the old one as ``app.decorating_mailer.inner``:
8686
<argument type="service" id="app.decorating_mailer.inner" />
8787
</service>
8888
89-
</service>
89+
</services>
9090
</container>
9191
9292
.. code-block:: php
@@ -151,7 +151,7 @@ convention, the old ``app.mailer`` service is renamed to
151151
<argument type="service" id="app.decorating_mailer.wooz" />
152152
</service>
153153
154-
</service>
154+
</services>
155155
</container>
156156
157157
.. code-block:: php

0 commit comments

Comments
 (0)