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 ef3ee83 commit 965914fCopy full SHA for 965914f
src/JsonSchema/Validator.php
@@ -30,7 +30,7 @@ class Validator extends BaseConstraint
30
* Both the php object and the schema are supposed to be a result of a json_decode call.
31
* The validation works as defined by the schema proposal in http://json-schema.org.
32
*
33
- * 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.
34
35
* {@inheritdoc}
36
*/
0 commit comments