Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a715ed

Browse files
committed
Merge branch '2.3'
2 parents 6be4f80 + f4aff75 commit 9a715ed

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

book/translation.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,7 @@ Symfony2 will discover these files and use them when translating either
476476
'user.login' => 'Login',
477477
);
478478
479-
.. index::
480-
single: Translations; Message domains
479+
.. _translation-domains:
481480

482481

483482
.. _using-message-domains:

reference/dic_tags.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -649,11 +649,6 @@ channel when injecting the logger in a service.
649649
$definition->addTag('monolog.logger', array('channel' => 'acme'));
650650
$container->register('my_service', $definition);
651651
652-
.. note::
653-
654-
This works only when the logger service is a constructor argument,
655-
not when it is injected through a setter.
656-
657652
.. _dic_tags-monolog-processor:
658653
659654
monolog.processor

0 commit comments

Comments
 (0)