Skip to content

Commit 72a0915

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: minor
2 parents 659ff75 + 3c614e0 commit 72a0915

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)