Completed
Push — feature/update-symfony33 ( a2ea35...e6b0a3 )
by Narcotic
04:15
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 string $schema the schema
65 65
      *
66 66
      * @return ValidationExceptionError[] errors
67 67
      */
Please login to merge, or discard this patch.
src/Graviton/JsonSchemaBundle/Validator/Constraint/ConstraintTrait.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -37,9 +37,7 @@
 block discarded – undo
37 37
      * checks the input
38 38
      *
39 39
      * @param mixed       $element element
40
-     * @param null        $schema  schema
41 40
      * @param JsonPointer $path    path
42
-     * @param null        $i       iterator value
43 41
      *
44 42
      * @return void
45 43
      */
Please login to merge, or discard this patch.