We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16d888 commit 8ba2f94Copy full SHA for 8ba2f94
src/JsonSchema/Validator.php
@@ -57,7 +57,6 @@ public function coerce(&$value, $schema = null)
57
58
/**
59
* Validates the given data against the schema and returns an object containing the results
60
- * Both the php object and the schema are supposed to be a result of a json_decode call.
61
* The validation works as defined by the schema proposal in http://json-schema.org.
62
*
63
* @param mixed $value Decoded JSON document to validate
0 commit comments