From c5e9bc0bf9a8711d24cb285c0896f04dec01eadd Mon Sep 17 00:00:00 2001 From: enekochan Date: Mon, 9 Apr 2018 18:49:32 +0200 Subject: [PATCH] Fix YAML identation As above. I've targeted master as the service class definition changed since 2.7. --- service_container/lazy_services.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service_container/lazy_services.rst b/service_container/lazy_services.rst index fe6ad427249..57d8e780549 100644 --- a/service_container/lazy_services.rst +++ b/service_container/lazy_services.rst @@ -53,8 +53,8 @@ You can mark the service as ``lazy`` by manipulating its definition: # config/services.yaml services: - App\Twig\AppExtension: - lazy: true + App\Twig\AppExtension: + lazy: true .. code-block:: xml