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
bug symfony#58739 [WebProfilerBoundle] form data collector check passed and resolved options are defined (vltrof)
This PR was submitted for the 6.4 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[WebProfilerBoundle] form data collector check passed and resolved options are defined
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fixsymfony#58665
| License | MIT
Greetings!
When passed or resolved value casted to false (null/false) it sets wrong value what cause exceptions described in issue. Explicit check if value defined prevent this behavior
Maybe codestyle should be fixed because of ternary
Commits
-------
93faa96 profiler form data collector extart value property if it is setted
0 commit comments