File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ e.g. change the service based on a parameter:
295
295
// config/services.php
296
296
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
297
297
298
- use App\Email\NewsletterManagerInterface;
299
298
use App\Email\NewsletterManagerFactory;
299
+ use App\Email\NewsletterManagerInterface;
300
300
301
301
return function(ContainerConfigurator $containerConfigurator) {
302
302
$services = $containerConfigurator->services();
Original file line number Diff line number Diff line change 860
860
861
861
* All the services that are tagged with ``kernel.locale_aware ``;
862
862
* ``\Locale::setDefault() ``;
863
- * If a request is available, the ``_locale `` request attribute.
864
-
865
- .. code-block :: php
863
+ * If a request is available, the ``_locale `` request attribute::
866
864
867
865
use Symfony\Component\Translation\LocaleSwitcher;
868
866
You can’t perform that action at this time.
0 commit comments