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
There is technically no difference if null is dumped instead of nothing. I am labeling this as a feature request as being able to dump nothing instead of null should be opt-in through a flag if we were to implement this.
Symfony version(s) affected
7.1
Description
There is no way to dump a YAML section "without values".
How to reproduce
Dumping the following "Docker Compose volumes section":
Will result in:
Using an empty string istead will result in:
There is actually no way to dump "without value" like:
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: