Skip to content

Commit 5847b3c

Browse files
committed
minor #20065 Fix a PHP config example (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- Fix a PHP config example After merging #19597 I realized that it looks a bit different from the other PHP config examples, so I think this change is needed to make it work. Commits ------- 17102f9 Fix a PHP config example
2 parents aefb426 + 17102f9 commit 5847b3c

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)