Skip to content

Commit 19ad225

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix: Build
2 parents 007e88f + 2bf3041 commit 19ad225

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

service_container/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ e.g. change the service based on a parameter:
295295
// config/services.php
296296
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
297297
298-
use App\Email\NewsletterManagerInterface;
299298
use App\Email\NewsletterManagerFactory;
299+
use App\Email\NewsletterManagerInterface;
300300
301301
return function(ContainerConfigurator $containerConfigurator) {
302302
$services = $containerConfigurator->services();

translation.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -860,9 +860,7 @@ of:
860860

861861
* All the services that are tagged with ``kernel.locale_aware``;
862862
* ``\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::
866864

867865
use Symfony\Component\Translation\LocaleSwitcher;
868866

0 commit comments

Comments
 (0)