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 27cc889 commit 6bbd3d1Copy full SHA for 6bbd3d1
src/JsonSchema/Validator.php
@@ -34,9 +34,7 @@ class Validator extends BaseConstraint
34
* Both the php object and the schema are supposed to be a result of a json_decode call.
35
* The validation works as defined by the schema proposal in http://json-schema.org.
36
*
37
- * Note that the first argument is passwd by reference, so you must pass in a variable.
38
- *
39
- * {@inheritdoc}
+ * Note that the first argument is passed by reference, so you must pass in a variable.
40
*/
41
public function validate(&$value, $schema = null, $checkMode = null)
42
{
0 commit comments