Skip to content

7.0.0

Latest

Choose a tag to compare

@jaapio jaapio released this 28 May 20:10
· 2 commits to 7.x since this release
70254fa

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-docblock v6 and phpdocumentor/type-resolver v2 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

Full Changelog: 6.5.0...7.0.0