Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug symfony#59145 [TypeInfo] Make
Type::nullable
method no-op on ev…
…ery nullable type (mtarld) This PR was merged into the 7.2 branch. Discussion ---------- [TypeInfo] Make `Type::nullable` method no-op on every nullable type | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix symfony#59137 | License | MIT Make `Type::nullable` method no-op on every nullable type, not only on `NullableType` types. Commits ------- 640a8d5 [TypeInfo] Fix handle nullable with mixed
- Loading branch information