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 cd8ec4f commit 724f83aCopy full SHA for 724f83a
src/JsonSchema/Constraints/ConstraintInterface.php
@@ -36,9 +36,9 @@ public function addErrors(array $errors);
36
/**
37
* adds an error
38
*
39
- * @param ConstraintError $constraint the constraint/rule that is broken, e.g.: ConstraintErrors::LENGTH_MIN()
40
- * @param JsonPointer |null $path
41
- * @param array $more more array elements to add to the error
+ * @param ConstraintError $constraint the constraint/rule that is broken, e.g.: ConstraintErrors::LENGTH_MIN()
+ * @param JsonPointer|null $path
+ * @param array $more more array elements to add to the error
42
*/
43
public function addError(ConstraintError $constraint, JsonPointer $path = null, array $more = array());
44
0 commit comments