chore: state the real PHP floor in file docblocks - #298
Merged
Conversation
Every file header claimed "PHP version 8.1" while composer.json has required ^8.2 and CI has tested 8.2-8.5 for some time. The headers were the only thing still naming 8.1, so they were actively misleading anyone reading for the supported baseline. Mechanical: the docblock line only, in the files where it is the sole change.
This was referenced Aug 30, 2026
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.
Stack 1 of 6. Base:
develop. Mechanical — one substitution, no behaviour change.Every file header claimed
PHP version 8.1whilecomposer.jsonhas required^8.2for some time and CI tests 8.2 through 8.5. The headers were the onlything still naming 8.1, so anyone reading a file for the supported baseline got
the wrong answer.
467 files, and in every one of them the change is the same single line. This is
split out first precisely so it does not swamp the diffs of the five PRs behind
it.
To verify the whole thing in one command:
That should print exactly two lines — the old and new docblock line.
Stack: 1 → #2 → #3 → #4 → #5 → #6