Skip to content

Version 3.0.3

Compare
Choose a tag to compare
@eclipxe13 eclipxe13 released this 20 Dec 02:49
· 14 commits to main since this release
b3ac2b4

When split the content of a schema location value, must reindex the list of values.
The following code wasn't interpreted correctly:

<r xsi:schemaLocation="
    http://test.org/schemas/ticket
    http://localhost:8999/xsd/ticket.xsd
    "/>

See issue #14. Thanks @brankopetric.

Development changes

  • Add fully_qualified_strict_types rule to php-cs-fixer tool.