Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6c0908

Browse files
committed
fix dump destination value in PHP config
1 parent3a7ef1c commitc6c0908

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)

[8]ページ先頭

©2009-2025 Movatter.jp