Skip to content

Commit 977e5ef

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: style: Typo in content title fix dump destination value in PHP config
2 parents 35e5b7d + 766dc26 commit 977e5ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
9696
return static function (ContainerConfigurator $container): void {
9797
$container->extension('debug', [
98-
'dump_destination' => 'tcp://%env(VAR_DUMPER_SERVER)%',
98+
'dump_destination' => 'php://stderr',
9999
]);
100100
};
101101

testing/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ the employee which gets returned by the ``Repository``, which itself gets
8383
returned by the ``EntityManager``. This way, no real class is involved in
8484
testing.
8585

86-
Functional Testing of A Doctrine Repository
86+
Functional Testing of a Doctrine Repository
8787
-------------------------------------------
8888

8989
In :ref:`functional tests <functional-tests>` you'll make queries to the

0 commit comments

Comments
 (0)