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

Fixed method convertJsonPointerIntoPropertyPath in wrong class #655

Merged
merged 2 commits into from
Jul 22, 2021

Conversation

emmanuelGuiton
Copy link
Contributor

Fixed method convertJsonPointerIntoPropertyPath() that was not in the right class (JsonSchema\Constraints\Constraint instead of JsonSchema\Constraints\BaseConstraint).
Closes #654

… right class (JsonSchema\Constraints\Constraint instead of JsonSchema\Constraints\BaseConstraint). Closes jsonrainbow#654
@robocoder
Copy link

👍 since Validator extends BaseConstraint but does not define convertJsonPointerIntoPropertyPath().

@Seldaek Seldaek merged commit 4a1f07f into jsonrainbow:master Jul 22, 2021
@Seldaek
Copy link
Contributor

Seldaek commented Jul 22, 2021

Thanks

Seldaek added a commit to Seldaek/json-schema that referenced this pull request Jul 28, 2021
… right class (JsonSchema\Constraints\Constraint instead of JsonSchema\Constraints\BaseConstraint). Closes jsonrainbow#654 (jsonrainbow#655)

Co-authored-by: Emmanuel GUITON <egn@intrinsec.com>
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Method convertJsonPointerIntoPropertyPath() does not exist in class JsonSchema\Constraints\BaseConstraint
3 participants