Skip to content

Commit ed375d6

Browse files
committed
minor #17753 Fix: Build (OskarStark)
This PR was merged into the 6.1 branch. Discussion ---------- Fix: Build Commits ------- 570f1db Fix: Build
2 parents d07e311 + 570f1db commit ed375d6

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
@@ -853,9 +853,7 @@ of:
853853

854854
* All the services that are tagged with ``kernel.locale_aware``;
855855
* ``\Locale::setDefault()``;
856-
* If a request is available, the ``_locale`` request attribute.
857-
858-
.. code-block:: php
856+
* If a request is available, the ``_locale`` request attribute::
859857

860858
use Symfony\Component\Translation\LocaleSwitcher;
861859

0 commit comments

Comments
 (0)