Skip to content

Commit a601f7d

Browse files
committed
Look mummy, I'm not an expression any more! Travis likes me now.
1 parent 884497a commit a601f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Validator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Validator extends BaseConstraint
2626
const SCHEMA_MEDIA_TYPE = 'application/schema+json';
2727

2828
const ERROR_NONE = 0x00000000;
29-
const ERROR_ALL = ~self::ERROR_NONE;
29+
const ERROR_ALL = 0xFFFFFFFF;
3030
const ERROR_DOCUMENT_VALIDATION = 0x00000001;
3131
const ERROR_SCHEMA_VALIDATION = 0x00000002;
3232

0 commit comments

Comments
 (0)