[Serializer] Add support of true built-in type (from PHP 8.2)#46675
Merged
nicolas-grekas merged 1 commit intosymfony:6.2from Jun 20, 2022
Merged
[Serializer] Add support of true built-in type (from PHP 8.2)#46675nicolas-grekas merged 1 commit intosymfony:6.2from
nicolas-grekas merged 1 commit intosymfony:6.2from
Conversation
dunglas
approved these changes
Jun 15, 2022
derrabus
approved these changes
Jun 15, 2022
mtarld
approved these changes
Jun 15, 2022
maxhelias
approved these changes
Jun 17, 2022
Member
|
That's a new feature that should be part of 6.2. Merging #45981 in 4.4 was a mistake. |
Member
Author
|
Thank you for the feedback @fabpot! I understand and agree your point of view on new PHP features. I'll do the necessary changes (if any) and rebase this to 6.2 👍 |
0608808 to
c3dafbd
Compare
c3dafbd to
2ec0453
Compare
Member
|
Thank you @alexandre-daubois. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RFC: https://wiki.php.net/rfc/true-type
Pull request: php/php-src#8326
Same as this PR to add support of
falseandnulltypes: #45981