You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #48251 [PropertyInfo] ignore const expressions read by phpdocumentor (xabbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[PropertyInfo] ignore const expressions read by phpdocumentor
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
With the upcoming release, phpdocumentator will use the PhpStan docblock parser to extract type information. This change ensure that constant expressions are ignored when extracting types (as we did before when phpdocumentor failed to extract the type) as we do not evaluate them inside the PhpDocExtractor.
Commits
-------
be5b76a ignore const expressions read by phpdocumentor
0 commit comments