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 ad90321 commit 6b2248eCopy full SHA for 6b2248e
components/var_dumper/advanced.rst
@@ -201,7 +201,7 @@ The output format of a dumper can be fine tuned by the two flags ``DUMP_STRING_L
201
and ``DUMP_LIGHT_ARRAY`` which are passed as a bitmap in the third constructor argument.
202
They can also be set via environment variables when using ``assertDumpEquals`` of the
203
:class:`Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait` during unit testing.
204
-The flags can be configured in :file:`phpunit.xml.dist`.
+The flags can be configured in ``phpunit.xml.dist``.
205
206
* If ``DUMP_STRING_LENGTH`` is set, then the length of a string is displayed
207
next to its content.
0 commit comments