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 e0197a6 commit 2fa9c72Copy full SHA for 2fa9c72
src/JsonSchema/Validator.php
@@ -35,8 +35,6 @@ class Validator extends BaseConstraint
35
* The validation works as defined by the schema proposal in http://json-schema.org.
36
*
37
* Note that the first argument is passed by reference, so you must pass in a variable.
38
- *
39
- * {@inheritdoc}
40
*/
41
public function validate(&$value, $schema = null, $checkMode = null)
42
{
0 commit comments