Completed
Push — feature/update-json-schema-dep ( 12b1ee...21a471 )
by Narcotic
03:07
created
src/Graviton/JsonSchemaBundle/Validator/Validator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      * validate a json structure with a schema
62 62
      *
63 63
      * @param object $json   the json
64
-     * @param object $schema the schema
64
+     * @param \stdClass $schema the schema
65 65
      *
66 66
      * @return ValidationExceptionError[] errors
67 67
      */
Please login to merge, or discard this patch.