Skip to content

5.0.0-alpha8

Pre-release
Pre-release
Compare
Choose a tag to compare
@jaapio jaapio released this 13 Jan 19:37
f256f0b

This patch release contains a breaking change for libraries/applications collecting exceptions from reflected docblocks. The library will now create an InvalidTag type and adds that to the output. The InvalidTag object will contain full information about the tag that could not be processed and the triggered exception during the processing of the tag.

Added

Deprecated

  • Nothing

Fixed

  • Docblocks containing invalid / misused tags will now be processed, #198 thanks to @jaapio

Removed

  • Nothing

Security

  • Nothing