eclipxe13 / XmlSchemaValidator

PHP Library for XML Schema Validations
MIT License
13 stars 6 forks source link

update SchemaValidator::buildSchemas #7

Closed dwilbourne closed 4 years ago

dwilbourne commented 4 years ago

minor update to use preg_split for parsing schema namespaces and schema locations.

eclipxe13 commented 4 years ago

Travis CI claims about code style check, run composer dev:fix-style. Scrutinizer CI issue can be solved using preg_split(...) ?: [] (if false return an empty array).