packagist phpdocumentor/reflection-docblock 5.4.1

latest releases: dev-dependabot/composer/doctrine/deprecations-1.1.4, 5.x-dev, 5.6.1...
7 months ago

Address multiple bugs with long tag descriptions

In the previous release a regression was introduced regarding multiline tag descriptions. Part of the description was lost and the indenting wasn't reduced as we did before 5.4. If your application relies on docblock tags and uses the descriptions it is highly recommended to update immediately. And block version 5.4.0 from the allowed versions in your composer.json

   "conflict":
      "phpdocumentor/reflection-docblock": "5.4.0"

Thanks to #365 by @szepeviktor and @IanDelMar

  • Bugfix: resolve issue with multiline descriptions by @jaapio in #367
  • Bugfix: docblock tag descriptions by @jaapio in #370

Full Changelog: 5.4.0...5.4.1

Don't miss a new reflection-docblock release

NewReleases is sending notifications on new releases.