Skip to content

Commit 44f2402

Browse files
committed
minor symfony#9574 Fix YAML indentation (enekochan)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes symfony#9574). Discussion ---------- Fix YAML indentation As above. I've targeted master as the service class definition changed since 2.7. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- acbbd85 Fix YAML identation
2 parents 85cbf88 + acbbd85 commit 44f2402

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)