geraintluff / jsv4-php

A (coercive) JSON Schema v4 Validator for PHP
Other
114 stars 31 forks source link

fixed issue where multiple $ref to the same resource would not resolve #11

Closed wesleyks closed 10 years ago

wesleyks commented 10 years ago

Wrote a patch where if there are multiple $ref's that point to the same resource, only one of them would get resolved. I've also added relevant unit tests.

geraintluff commented 10 years ago

Thanks for the patch! :)

wesleyks commented 10 years ago

:thumbsup: