8000 [#9665] Slightly reworded the paragraph again · symfony/symfony-docs@a413a47 · GitHub
[go: up one dir, main page]

Skip to content

Commit a413a47

Browse files
committed
[#9665] Slightly reworded the paragraph again
1 parent cc4fd37 commit a413a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/var_dumper.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ current PHP SAPI:
8484

8585
.. tip::
8686

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()``.
87+
The VarDumper component also provides a ``dd()`` ("dump and die") helper
88+
function. This function dumps the variables using ``dump()`` and
89+
immediately ends the execution of the script (using :phpfunction:`exit`).
9090

9191
.. versionadded:: 4.1
9292
The ``dd()`` helper method was introduced in Symfony 4.1.

0 commit comments

Comments
 (0)
0