You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#28384 [VarDumper] First time dump() method call not working issue (me-shaon)
This PR was merged into the 4.2-dev branch.
Discussion
----------
[VarDumper] First time dump() method call not working issue
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | symfony#28370
| License | MIT
Calling the `dump()` method for the first time is not producing any output. That's because, in the [latest change ](symfony/var-dumper@46434a6), the first call to the `dump` method is not calling the `$handler` at all. It's just setting the `$handler`.
In this PR, I've tried to fix this issue.
Commits
-------
b9681feFixsymfony#28370: First time dump() method call not working issue
0 commit comments