From 17102f9274349edb3cb9c662edd9d5888b92e5ce Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 25 Jul 2024 09:16:06 +0200 Subject: [PATCH] Fix a PHP config example --- reference/configuration/debug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/debug.rst b/reference/configuration/debug.rst index ddbf9365046..95976cad580 100644 --- a/reference/configuration/debug.rst +++ b/reference/configuration/debug.rst @@ -95,7 +95,7 @@ Typically, you would set this to ``php://stderr``: .. code-block:: php // config/packages/debug.php - use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; + namespace Symfony\Component\DependencyInjection\Loader\Configurator; return static function (ContainerConfigurator $container): void { $container->extension('debug', [