Skip to content

[ExpressionLanguage] Fix dumping of null safe operator #61076

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

Merged
merged 1 commit into from
Jul 10, 2025

Conversation

ivantsepp
Copy link
Contributor

Q A
Branch? 6.4
Bug fix? yes
New feature? no
Deprecations? no
Issues n/a
License MIT

I noticed that when you dump an expression that uses null safe operator, the returned string doesn't maintain the null safe operator.

> (new ExpressionLanguage())->parse('user?.foo', ['user'])->getNodes()->dump()
= "user.foo"

I would have expected user?.foo to be returned instead.

(I've also fixed some test data providers cases - getDumpData provider should only generate cases with 2 elements but some tests are including a third argument. So I went ahead and removed them)

@fabpot
Copy link
Member

fabpot commented Jul 10, 2025

Thank you @ivantsepp.

@fabpot fabpot merged commit 8460cc9 into symfony:6.4 Jul 10, 2025
9 of 11 checks passed
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.

5 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy