Skip to content

Commit 17102f9

Browse files
committed
Fix a PHP config example
1 parent aefb426 commit 17102f9

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
@@ -95,7 +95,7 @@ Typically, you would set this to ``php://stderr``:
9595
.. code-block:: php
9696
9797
// config/packages/debug.php
98-
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
98+
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
9999
100100
return static function (ContainerConfigurator $container): void {
101101
$container->extension('debug', [

0 commit comments

Comments
 (0)