Skip to content

Commit e14c1b7

Browse files
committed
Change value for CHECK_MODE_APPLY_DEFAULTS
1 parent 37a18d0 commit e14c1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Constraints/Constraint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ abstract class Constraint implements ConstraintInterface
2727

2828
const CHECK_MODE_NORMAL = 0x00000001;
2929
const CHECK_MODE_TYPE_CAST = 0x00000002;
30-
const CHECK_MODE_APPLY_DEFAULTS = 0x00000004;
30+
const CHECK_MODE_APPLY_DEFAULTS = 0x00000008;
3131

3232
/**
3333
* @var Factory

0 commit comments

Comments
 (0)