Commit f4f07b4
committed
minor #675 Tweaked the way dump() function is explained (javiereguiluz)
This PR was merged into the master branch.
Discussion
----------
Tweaked the way dump() function is explained
I don't like how `dump()` is explained. Some newcomers may think that you need to do the `if ('dev' === $this->getParameter('kernel.environment')) {` check yourself when using this function. I propose to change it like this pull request ... or even remove it entirely. Thoughts?
Commits
-------
b226df7 Tweaked the way dump() function is explained1 file changed
+6
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
| |||
0 commit comments