Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue when processing invalid tags #198

Merged
merged 3 commits into from
Jan 12, 2020
Merged

Commits on Jan 3, 2020

  1. Fix issue when processing invalid tags

    When invalid tags are processed a null was returned causing all kind
    of issues in the normal behavior of this libary. As a solution a generic tag
    could be created. But that would just drop the error information in.
    Therefore a new tag was introduced, `invalidTag` the tag is just like the
    generic tag but does contain the error triggered during the creation of the
    tag. Which might help applications like phpdocumentor to display validation issues.
    jaapio committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    bdecc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b78639 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Improvements to code

    jaapio committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    bb629f6 View commit details
    Browse the repository at this point in the history