Skip to content

chore(deps): update dependency phpdocumentor/reflection-docblock to v6#1919

Merged
bobstrecansky merged 1 commit into
mainfrom
renovate/phpdocumentor-reflection-docblock-6.x
May 4, 2026
Merged

chore(deps): update dependency phpdocumentor/reflection-docblock to v6#1919
bobstrecansky merged 1 commit into
mainfrom
renovate/phpdocumentor-reflection-docblock-6.x

Conversation

@renovate

@renovate renovate Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
phpdocumentor/reflection-docblock ^5.2^6.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

phpDocumentor/ReflectionDocBlock (phpdocumentor/reflection-docblock)

v6.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: phpDocumentor/ReflectionDocBlock@6.0.2...6.0.3

v6.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: phpDocumentor/ReflectionDocBlock@6.0.1...6.0.2

v6.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: phpDocumentor/ReflectionDocBlock@6.0.0...6.0.1

v6.0.0

Compare Source

What's Changed

Consult the docs for help with upgrading: https://docs.phpdoc.org/components/reflection-docblock/guides/upgrade-to-v6.html#upgrade-guide-to-v6

New Contributors

Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.6...6.0.0


Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner March 23, 2026 04:26
@bobstrecansky
bobstrecansky merged commit 08e0585 into main May 4, 2026
4 of 9 checks passed
@bobstrecansky
bobstrecansky deleted the renovate/phpdocumentor-reflection-docblock-6.x branch May 4, 2026 12:07
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant