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';