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.
2 parents 1cc8e26 + 965914f commit dfdcb5bCopy full SHA for dfdcb5b
src/JsonSchema/Validator.php
@@ -36,7 +36,7 @@ class Validator extends BaseConstraint
36
* Both the php object and the schema are supposed to be a result of a json_decode call.
37
* The validation works as defined by the schema proposal in http://json-schema.org.
38
*
39
- * Note that the first argument is passwd by reference, so you must pass in a variable.
+ * Note that the first argument is passed by reference, so you must pass in a variable.
40
41
* {@inheritdoc}
42
*/
0 commit comments