From dda1b38a0acb6023236bbc5fe3d17cc15df801b1 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 27 Mar 2024 20:52:21 +0100 Subject: [PATCH] replace tab character with spaces --- service_container/shared.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/shared.rst b/service_container/shared.rst index ea12de568d..3dcad37140 100644 --- a/service_container/shared.rst +++ b/service_container/shared.rst @@ -16,7 +16,7 @@ in your service definition: // src/SomeNonSharedService.php namespace App; - use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; + use Symfony\Component\DependencyInjection\Attribute\Autoconfigure; #[Autoconfigure(shared: false)] class SomeNonSharedService