Skip to content

Commit c6c0908

Browse files
committed
fix dump destination value in PHP config
1 parent 3a7ef1c commit c6c0908

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
@@ -99,7 +99,7 @@ Typically, you would set this to ``php://stderr``:
9999
100100
return static function (ContainerConfigurator $container): void {
101101
$container->extension('debug', [
102-
'dump_destination' => 'tcp://%env(VAR_DUMPER_SERVER)%',
102+
'dump_destination' => 'php://stderr',
103103
]);
104104
};
105105

0 commit comments

Comments
 (0)