From 4ea473b69fda005000811b636f3bed1d24ff3195 Mon Sep 17 00:00:00 2001 From: Aaron Scherer Date: Thu, 30 Aug 2018 09:39:10 -0700 Subject: [PATCH] Small fix to syntax --- components/var_dumper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/var_dumper.rst b/components/var_dumper.rst index 8b65df82e6d..f8f279929c5 100644 --- a/components/var_dumper.rst +++ b/components/var_dumper.rst @@ -119,7 +119,7 @@ Inside a Symfony application, the output of the dump server is configured with the :ref:`dump_destination option ` of the ``debug`` package. -Outside a Symfony application, use the ``ServerDumper`` class: +Outside a Symfony application, use the ``ServerDumper`` class:: require __DIR__.'/vendor/autoload.php';