Skip to content

Commit acbbd85

Browse files
enekochanxabbuh
authored andcommitted
Fix YAML identation
As above. I've targeted master as the service class definition changed since 2.7.
1 parent 85cbf88 commit acbbd85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/lazy_services.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ You can mark the service as ``lazy`` by manipulating its definition:
5252
.. code-block:: yaml
5353
5454
services:
55-
AppBundle\Twig\AppExtension:
56-
lazy: true
55+
AppBundle\Twig\AppExtension:
56+
lazy: true
5757
5858
.. code-block:: xml
5959

0 commit comments

Comments
 (0)