Skip to content

Commit 6b2248e

Browse files
committed
Fix mention of file
1 parent ad90321 commit 6b2248e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/var_dumper/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The output format of a dumper can be fine tuned by the two flags ``DUMP_STRING_L
201201
and ``DUMP_LIGHT_ARRAY`` which are passed as a bitmap in the third constructor argument.
202202
They can also be set via environment variables when using ``assertDumpEquals`` of the
203203
:class:`Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait` during unit testing.
204-
The flags can be configured in :file:`phpunit.xml.dist`.
204+
The flags can be configured in ``phpunit.xml.dist``.
205205

206206
* If ``DUMP_STRING_LENGTH`` is set, then the length of a string is displayed
207207
next to its content.

0 commit comments

Comments
 (0)