feat(php86): add min/max to clamp rector#7942
Merged
Merged
Conversation
calebdw
force-pushed
the
calebdw/push-wnpsxstxqxrs
branch
2 times, most recently
from
March 28, 2026 20:36
1644c9e to
9da5fab
Compare
calebdw
force-pushed
the
calebdw/push-wnpsxstxqxrs
branch
3 times, most recently
from
March 28, 2026 20:40
b1581cc to
998b600
Compare
Member
|
This require downgrade rule first at https://github.com/rectorphp/rector-downgrade-php |
Contributor
Author
calebdw
force-pushed
the
calebdw/push-wnpsxstxqxrs
branch
from
March 29, 2026 02:06
998b600 to
d021ef3
Compare
Member
|
php version notice needs update Line 328 in 39c234c |
calebdw
force-pushed
the
calebdw/push-wnpsxstxqxrs
branch
from
March 31, 2026 16:27
d021ef3 to
5f77c42
Compare
samsonasik
reviewed
Apr 2, 2026
calebdw
force-pushed
the
calebdw/push-wnpsxstxqxrs
branch
from
April 2, 2026 08:55
5f77c42 to
7ee3c14
Compare
samsonasik
approved these changes
Apr 2, 2026
Member
|
Let's ship it! Thank you |
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.
Hello!
This adds support for the new PHP 8.6
clamp()function!Thanks!