Skip to content

Commit 2029b18

Browse files
committed
Remove redundant checkmode
1 parent dab5321 commit 2029b18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/JsonSchema/Constraints/Constraint.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ abstract class Constraint extends BaseConstraint implements ConstraintInterface
2626

2727
const CHECK_MODE_NORMAL = 0x00000001;
2828
const CHECK_MODE_TYPE_CAST = 0x00000002;
29-
const CHECK_MODE_APPLY_DEFAULTS = 0x00000008;
3029

3130
/**
3231
* Bubble down the path

0 commit comments

Comments
 (0)