We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884497a commit a601f7dCopy full SHA for a601f7d
src/JsonSchema/Validator.php
@@ -26,7 +26,7 @@ class Validator extends BaseConstraint
26
const SCHEMA_MEDIA_TYPE = 'application/schema+json';
27
28
const ERROR_NONE = 0x00000000;
29
- const ERROR_ALL = ~self::ERROR_NONE;
+ const ERROR_ALL = 0xFFFFFFFF;
30
const ERROR_DOCUMENT_VALIDATION = 0x00000001;
31
const ERROR_SCHEMA_VALIDATION = 0x00000002;
32
0 commit comments