Skip to content

Commit 7014015

Browse files
committed
Minor reword
1 parent a62a6f8 commit 7014015

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/var_dumper.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ the :ref:`dump_destination option <configuration-debug-dump_destination>` of the
153153
Outside a Symfony application, use the :class:`Symfony\\Component\\VarDumper\\Dumper\\ServerDumper` class::
154154

155155
require __DIR__.'/vendor/autoload.php';
156-
156+
157157
use Symfony\Component\VarDumper\VarDumper;
158158
use Symfony\Component\VarDumper\Cloner\VarCloner;
159159
use Symfony\Component\VarDumper\Dumper\ServerDumper;
@@ -172,11 +172,11 @@ Outside a Symfony application, use the :class:`Symfony\\Component\\VarDumper\\Du
172172

173173
.. note::
174174

175-
The :class:`Symfony\\Component\\VarDumper\\Dumper\\ServerDumper` accepts as second argument
176-
a :class:`Symfony\\Component\\VarDumper\\Dumper\\DataDumperInterface` instance
177-
as a fallback for whenever the server is unreachable and context providers as third argument.
178-
These providers allow to gather some info about the context in which was dumped the data.
179-
Built-in contexts providers are: ``cli``, ``request`` and ``source``.
175+
The second argument of :class:`Symfony\\Component\\VarDumper\\Dumper\\ServerDumper`
176+
is a :class:`Symfony\\Component\\VarDumper\\Dumper\\DataDumperInterface` instance
177+
used as a fallback when the server is unreachable. The third argument are the
178+
context providers, which allow to gather some info about the context in which the
179+
data was dumped. The built-in contexts providers are: ``cli``, ``request`` and ``source``.
180180

181181
Then you can use the following command to start a server out-of-the-box:
182182

0 commit comments

Comments
 (0)