From d5d68ab7ac958dfce473d260a8fed9dcf2434bfd Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 1 Dec 2015 10:26:48 +0100 Subject: [PATCH] move filename comment to the top of the code block --- cookbook/service_container/shared.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/service_container/shared.rst b/cookbook/service_container/shared.rst index 92844d1958f..62ef094f426 100644 --- a/cookbook/service_container/shared.rst +++ b/cookbook/service_container/shared.rst @@ -36,9 +36,9 @@ in your service definition: .. code-block:: php + // app/config/services.php use Symfony\Component\DependencyInjection\Definition; - // app/config/services.php $definition = new Definition('...'); $definition->setShared(false);