Skip to content
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

[VarDumper] fix dumping objects that implement __debugInfo() #32024

Merged
merged 1 commit into from Jun 13, 2019

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 3.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

Right now it fails if the return value is not an array + it doesn't dump the original details from the object's internals.

@fabpot
Copy link
Member

fabpot commented Jun 13, 2019

Thank you @nicolas-grekas.

@fabpot fabpot merged commit a9d0038 into symfony:3.4 Jun 13, 2019
fabpot added a commit that referenced this pull request Jun 13, 2019
…() (nicolas-grekas)

This PR was merged into the 3.4 branch.

Discussion
----------

[VarDumper] fix dumping objects that implement __debugInfo()

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Right now it fails if the return value is not an array + it doesn't dump the original details from the object's internals.

Commits
-------

a9d0038 [VarDumper] fix dumping objects that implement __debugInfo()
@nicolas-grekas nicolas-grekas deleted the vd-debug branch June 18, 2019 07:23
This was referenced Jun 26, 2019
@flack
Copy link
Contributor

flack commented Dec 17, 2019

I'm 99% sure that this commit caused #34993

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants