Skip to content

Commit a615203

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Fix a PHP config example
2 parents f592e45 + e495a1b commit a615203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/debug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Typically, you would set this to ``php://stderr``:
9191
.. code-block:: php
9292
9393
// config/packages/debug.php
94-
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
94+
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
9595
9696
return static function (ContainerConfigurator $container): void {
9797
$container->extension('debug', [

0 commit comments

Comments
 (0)