Skip to content

Commit f3c8163

Browse files
committed
minor
1 parent e1f7c73 commit f3c8163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ this behavior by using the ``lock`` key like:
135135
.. code-block:: php
136136
137137
// config/packages/lock.php
138-
use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
139138
use Symfony\Config\FrameworkConfig;
139+
use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
140140
141141
return static function (FrameworkConfig $framework): void {
142142
$framework->lock()

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2811,8 +2811,8 @@ the name as key and DSN or service id as value:
28112811
.. code-block:: php
28122812
28132813
// config/packages/semaphore.php
2814-
use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
28152814
use Symfony\Config\FrameworkConfig;
2815+
use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
28162816
28172817
return static function (FrameworkConfig $framework): void {
28182818
$framework->semaphore()

0 commit comments

Comments
 (0)