chore: merge duplicated changelog lines for guzzlehttp/psr7#41638
Merged
Conversation
DeepDiver1975
left a comment
Member
There was a problem hiding this comment.
🤖 Automated review by Claude Code review agent.
Overview
This is a small changelog-housekeeping PR that merges two duplicated guzzlehttp/psr7 entries in changelog/unreleased/PHPdependencies20260225onward into a single line. The duplication was introduced in #41635 (per the author's note) and was previously flagged by an automated review of #41600. The change is +1/-3 across a single file. It does exactly what it claims.
Code quality / style
- The merge is clean and correct:
guzzlehttp/psr7 (2.8.0 to 2.10.4)andguzzlehttp/psr7 (2.11.0 to 2.12.0)are collapsed intoguzzlehttp/psr7 (2.8.0 to 2.12.0). - The two original ranges are contiguous (
2.10.4→2.11.0are successive update steps), so combining them into2.8.0 to 2.12.0accurately represents the full version span with no information lost. - The merged entry remains in the correct alphabetical position within the
guzzlehttp/*group, matching the file's existing ordering convention. - Blank-line separation between entries is preserved, consistent with the rest of the fragment.
Specific suggestions
None. The change is minimal and correct as-is.
Potential issues / risks
- Verified the full file at the PR head: all other dependency entries are untouched and the trailing PR-reference block (#41450 … #41635) is unchanged. No distinct PR/issue references were lost — the references are aggregated at the bottom of the fragment rather than per-line, so the merge does not drop any.
- Only one file is changed (
changelog/unreleased/PHPdependencies20260225onward); no source or unrelated changelog files are disturbed. - This is a changelog fragment only, with no runtime impact.
Looks good — recommend merging.
DeepDiver1975
approved these changes
Jun 18, 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.
I accidentally duplicated this in #41635