diff --git a/reference/configuration/debug.rst b/reference/configuration/debug.rst index 95976cad580..f33b3f3ba9a 100644 --- a/reference/configuration/debug.rst +++ b/reference/configuration/debug.rst @@ -99,7 +99,7 @@ Typically, you would set this to ``php://stderr``: return static function (ContainerConfigurator $container): void { $container->extension('debug', [ - 'dump_destination' => 'tcp://%env(VAR_DUMPER_SERVER)%', + 'dump_destination' => 'php://stderr', ]); };