chore(deps): update dependency phpspec/prophecy to 1.26.*#1915
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1915 +/- ##
============================================
+ Coverage 67.74% 67.75% +0.01%
Complexity 3044 3044
============================================
Files 459 459
Lines 8885 8883 -2
============================================
Hits 6019 6019
+ Misses 2866 2864 -2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/phpspec-prophecy-1.x
branch
from
April 13, 2026 16:48
cb31860 to
12d91d6
Compare
bobstrecansky
approved these changes
May 4, 2026
renovate
Bot
force-pushed
the
renovate/phpspec-prophecy-1.x
branch
from
May 4, 2026 12:08
12d91d6 to
5d96fde
Compare
bobstrecansky
approved these changes
May 5, 2026
This was referenced May 20, 2026
bobstrecansky
added a commit
to bobstrecansky/opentelemetry-php
that referenced
this pull request
May 20, 2026
Three issues are currently failing PHP QA on main: 1. Psalm reports 32 UndefinedDocblockClass errors against Google\Protobuf\Internal\RepeatedField on every Otlp converter. google/protobuf 4.x deprecated the Internal class in favor of Google\Protobuf\RepeatedField; the legacy name is now a runtime class_alias that Psalm's static parser cannot see. Add an UndefinedDocblockClass suppression alongside the existing UndefinedMethod suppression for the same class. 2. The PHP 8.1 matrix job fails composer install because phpspec/prophecy 1.26 dropped PHP 8.1 in 1.23 and requires phpdocumentor/reflection-docblock ^6, which itself needs prophecy 1.26. Revert both renovate bumps (open-telemetry#1915, open-telemetry#1919) to the prior constraints so the project's declared "php": "^8.1" support holds. 3. With Psalm fixed, PHPStan now runs and reports an undefined method Google\Protobuf\FieldDescriptor::getLabel() in ProtobufSerializer::traverseDescriptor(). That branch is dead code under google/protobuf >= 4.31 (the serializeToJsonString path returns early via PrintOptions), but PHPStan cannot infer that. See open-telemetry#1880, which reverted the prior compile-time fix for the same reason. Suppress the warning scoped to the one file.
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.
This PR contains the following updates:
1.22.*→1.26.*Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
phpspec/prophecy (phpspec/prophecy)
v1.26.1Compare Source
======
Fixed:
sebastian/comparator8.1+ (@stof)v1.26.0Compare Source
======
Added:
phpdocumentor/reflection-docblockv6 (@mspirkov)v1.25.0Compare Source
======
Added:
v1.24.0Compare Source
======
Added:
v1.23.1Compare Source
======
Changed:
v1.23.0Compare Source
======
Removed:
Added:
Fixed:
SplObjectStoragechanges in PHP 8.5 (@Nek-)Changed:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.