Skip to content

Commit 75a109e

Browse files
committed
Replace tabs with spaces
1 parent 71f427f commit 75a109e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/JsonSchema/Constraints/Constraint.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ abstract class Constraint extends BaseConstraint implements ConstraintInterface
2525
protected $inlineSchemaProperty = '$schema';
2626

2727
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;
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;
3232

3333
/**
3434
* Bubble down the path

0 commit comments

Comments
 (0)