Skip to content

Commit

Permalink
Remove redundant checkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed Feb 2, 2017
1 parent dab5321 commit 2029b18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JsonSchema/Constraints/Constraint.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ abstract class Constraint extends BaseConstraint implements ConstraintInterface

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

/**
* Bubble down the path
Expand Down

0 comments on commit 2029b18

Please sign in to comment.