Skip to content

Commit 724f83a

Browse files
committed
Fix style error
1 parent cd8ec4f commit 724f83a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JsonSchema/Constraints/ConstraintInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public function addErrors(array $errors);
3636
/**
3737
* adds an error
3838
*
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
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
4242
*/
4343
public function addError(ConstraintError $constraint, JsonPointer $path = null, array $more = array());
4444

0 commit comments

Comments
 (0)