Skip to content

Commit 077dbb4

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: minor
2 parents b73c09e + f3c8163 commit 077dbb4

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
@@ -2834,8 +2834,8 @@ the name as key and DSN or service id as value:
28342834
.. code-block:: php
28352835
28362836
// config/packages/semaphore.php
2837-
use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
28382837
use Symfony\Config\FrameworkConfig;
2838+
use function Symfony\Component\DependencyInjection\Loader\Configurator\env;
28392839
28402840
return static function (FrameworkConfig $framework): void {
28412841
$framework->semaphore()

0 commit comments

Comments
 (0)