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 cc4fd37 commit a413a47Copy full SHA for a413a47
components/var_dumper.rst
@@ -84,9 +84,9 @@ current PHP SAPI:
84
85
.. tip::
86
87
- The VarDumper component also includes a ``dd()`` helper method. This "dump
88
- and die" feature calls ``dump()`` and stops the application immediately
89
- after with ``exit()``.
+ The VarDumper component also provides a ``dd()`` ("dump and die") helper
+ function. This function dumps the variables using ``dump()`` and
+ immediately ends the execution of the script (using :phpfunction:`exit`).
90
91
.. versionadded:: 4.1
92
The ``dd()`` helper method was introduced in Symfony 4.1.
0 commit comments