From 2029b18b272bb978672c9933f7fe6e4c9450add2 Mon Sep 17 00:00:00 2001 From: Erayd Date: Thu, 2 Feb 2017 18:12:48 +1300 Subject: [PATCH] Remove redundant checkmode --- src/JsonSchema/Constraints/Constraint.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/JsonSchema/Constraints/Constraint.php b/src/JsonSchema/Constraints/Constraint.php index 62dfb859..21ed8aae 100644 --- a/src/JsonSchema/Constraints/Constraint.php +++ b/src/JsonSchema/Constraints/Constraint.php @@ -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