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 3a7ef1c commit c6c0908Copy full SHA for c6c0908
reference/configuration/debug.rst
@@ -99,7 +99,7 @@ Typically, you would set this to ``php://stderr``:
99
100
return static function (ContainerConfigurator $container): void {
101
$container->extension('debug', [
102
- 'dump_destination' => 'tcp://%env(VAR_DUMPER_SERVER)%',
+ 'dump_destination' => 'php://stderr',
103
]);
104
};
105
0 commit comments