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 71f427f commit 75a109eCopy full SHA for 75a109e
src/JsonSchema/Constraints/Constraint.php
@@ -25,10 +25,10 @@ abstract class Constraint extends BaseConstraint implements ConstraintInterface
25
protected $inlineSchemaProperty = '$schema';
26
27
const CHECK_MODE_NONE = 0x00000000;
28
- const CHECK_MODE_NORMAL = 0x00000001;
29
- const CHECK_MODE_TYPE_CAST = 0x00000002;
30
- const CHECK_MODE_COERCE_TYPES = 0x00000004;
31
- const CHECK_MODE_APPLY_DEFAULTS = 0x00000008;
+ const CHECK_MODE_NORMAL = 0x00000001;
+ const CHECK_MODE_TYPE_CAST = 0x00000002;
+ const CHECK_MODE_COERCE_TYPES = 0x00000004;
+ const CHECK_MODE_APPLY_DEFAULTS = 0x00000008;
32
33
/**
34
* Bubble down the path
0 commit comments