Skip to content

5.4.1

Latest
Compare
Choose a tag to compare
@jaapio jaapio released this 21 May 06:02
· 19 commits to 5.x since this release
9d07b3f

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