What's Changed
This version contains breaking changes in regard to returned types where phpDocumentor\Reflection\Type is returned. You can consult Type resolver upgrade docs for more details about what has been changed in types.
In v6 Expressions as strings were deprecated. We removed the support for string expressions like described in the deprecation in v6. By now only expression objects are returned.
Full change overview
- Use
phpdocumentor/reflection-docblockv6 andphpdocumentor/type-resolverv2 by @mspirkov in #723 - Fix syntax error in test PropertyHook by @AJenbo in #712
- Allow webmozart assert v2 by @jaapio in #729
- Remove redundant symfony/polyfill-php80 dependency by @brendt in #735
- Include file path and line number in parse error messages by @lacatoire in #740
- Remove old code by @jaapio in #745
- Fix default value name resolving by @jaapio in #738
New Contributors
- @mspirkov made their first contribution in #723
- @AJenbo made their first contribution in #712
- @brendt made their first contribution in #735
Full Changelog: 6.5.0...7.0.0