We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab5321 commit 2029b18Copy full SHA for 2029b18
src/JsonSchema/Constraints/Constraint.php
@@ -26,7 +26,6 @@ abstract class Constraint extends BaseConstraint implements ConstraintInterface
26
27
const CHECK_MODE_NORMAL = 0x00000001;
28
const CHECK_MODE_TYPE_CAST = 0x00000002;
29
- const CHECK_MODE_APPLY_DEFAULTS = 0x00000008;
30
31
/**
32
* Bubble down the path
0 commit comments