Skip to content

Commit e495a1b

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Fix a PHP config example
2 parents e3239f4 + 06acd4e commit e495a1b

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)