We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefb426 commit 17102f9Copy full SHA for 17102f9
reference/configuration/debug.rst
@@ -95,7 +95,7 @@ Typically, you would set this to ``php://stderr``:
95
.. code-block:: php
96
97
// config/packages/debug.php
98
- use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
+ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
99
100
return static function (ContainerConfigurator $container): void {
101
$container->extension('debug', [
0 commit comments