Skip to content

Tags: phpDocumentor/Reflection

Tags

6.6.0

Toggle 6.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jaapio Jaap van Otterdijk
Include file path and line number in parse error messages

When NodesFactory encounters a PhpParser\Error, catch it and re-throw
a phpDocumentor\Reflection\Exception that includes the source file path
and line number. This gives consumers actionable error context instead
of raw php-parser internals.

The create() method now accepts an optional $filePath parameter, and
Factory\File passes the source path automatically.

6.5.0

Toggle 6.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #736 from lacatoire/feat/typed-constants-support-6x

Add support for PHP 8.3 typed class constants

6.4.4

Toggle 6.4.4's commit message

Verified

This commit was signed with the committer’s verified signature.
jaapio Jaap van Otterdijk
Fix issue with self reference constants

6.4.3

Toggle 6.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
jaapio Jaap van Otterdijk
Fix resolve of constant fetch in expressions

6.4.2

Toggle 6.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #695 from phpDocumentor/fix-php85

Add support for php 8.5

6.4.1

Toggle 6.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #698 from phpDocumentor/fix/zero-string-expression

Fix allow zero as expression value.

6.4.0

Toggle 6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #693 from phpDocumentor/dependabot/github_actions/…

…actions/upload-artifact-5

Bump actions/upload-artifact from 4 to 5

6.3.0

Toggle 6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #672 from phpDocumentor/feature/virtual-detection

Find references to property if virtual

6.2.1

Toggle 6.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #670 from phpDocumentor/fix/async-asymmetric

Rename Async to Asymmetric

6.2.0

Toggle 6.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jaapio Jaap van Otterdijk
Fix psalm errors