Skip to content

Commit

Permalink
Change value for CHECK_MODE_APPLY_DEFAULTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed Jan 19, 2017
1 parent 37a18d0 commit e14c1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonSchema/Constraints/Constraint.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ abstract class Constraint implements ConstraintInterface

const CHECK_MODE_NORMAL = 0x00000001;
const CHECK_MODE_TYPE_CAST = 0x00000002;
const CHECK_MODE_APPLY_DEFAULTS = 0x00000004;
const CHECK_MODE_APPLY_DEFAULTS = 0x00000008;

/**
* @var Factory
Expand Down

0 comments on commit e14c1b7

Please sign in to comment.