Commit e7c92a4
committed
feature symfony#53123 [VarDumper] Added default message for dd function (Shamimul Alam)
This PR was squashed before being merged into the 7.1 branch.
Discussion
----------
[VarDumper] Added default message for dd function
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues |
| License | MIT
This will facilitate writing empty dd() statements during unorthodox debugging in the code. It will be helpful for both novice and experienced developers.
Commits
-------
857db8f [VarDumper] Added default message for dd function1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
| |||
0 commit comments