Skip to content

Commit 9a7e9c8

Browse files
committed
minor #10240 Small fix to syntax (Fixes Travis) (aequasi)
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes #10240). Discussion ---------- Small fix to syntax (Fixes Travis) Fixes Travis Commits ------- 72e6dcd Small fix to syntax
2 parents 2828795 + 72e6dcd commit 9a7e9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/var_dumper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Inside a Symfony application, the output of the dump server is configured with
119119
the :ref:`dump_destination option <configuration-debug-dump_destination>` of the
120120
``debug`` package.
121121

122-
Outside a Symfony application, use the ``ServerDumper`` class:
122+
Outside a Symfony application, use the ``ServerDumper`` class::
123123

124124
require __DIR__.'/vendor/autoload.php';
125125

0 commit comments

Comments
 (0)