Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[VarDumper] Added a new behavior to dump() #8459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
javiereguiluz opened this issue Oct 3, 2017 · 0 comments
Closed

[VarDumper] Added a new behavior to dump() #8459

javiereguiluz opened this issue Oct 3, 2017 · 0 comments
Labels
hasPR A Pull Request has already been submitted for this issue. VarDumper
Milestone

Comments

@javiereguiluz
Copy link
Member

Before:

dump($object);
$object->method();

After:

dump($object)->method();

See symfony/symfony#24280

@javiereguiluz javiereguiluz added this to the 3.4 milestone Oct 3, 2017
@javiereguiluz javiereguiluz added the hasPR A Pull Request has already been submitted for this issue. label Dec 17, 2017
javiereguiluz added a commit that referenced this issue Jan 2, 2018
…ed value (javiereguiluz)

This PR was merged into the 3.4 branch.

Discussion
----------

Mention the new behavior of dump() which returns the passed value

This fixes #8459.

Commits
-------

0e871db Mention the new behavior of dump() which returns the passed value
@xabbuh xabbuh closed this as completed Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hasPR A Pull Request has already been submitted for this issue. VarDumper
Projects
None yet
Development

No branches or pull requests

2 participants