symfony icon indicating copy to clipboard operation
symfony copied to clipboard

[DependencyInjection] Fix binding parameters with default empty values

Open HypeMC opened this issue 1 year ago • 0 comments

Q A
Branch? 5.4
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #56875
License MIT

Caused by #54791 and #52917 (sort of). The main problem is that once the default value of null was added, the binding didn't resolve properly. The serializer.normalizer.property, and possibly others, have the same problem.

HypeMC avatar May 26 '24 21:05 HypeMC