File tree Expand file tree Collapse file tree 2 files changed +34
-34
lines changed Expand file tree Collapse file tree 2 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ class Node extends DOMNode {
28
28
const TYPE_ENTITY_DECL = XML_ENTITY_DECL_NODE ;
29
29
const TYPE_NAMESPACE_DECL = XML_NAMESPACE_DECL_NODE ;
30
30
31
- public const int DOCUMENT_POSITION_DISCONNECTED = 0b000001 ;
32
- public const int DOCUMENT_POSITION_PRECEDING = 0b000010 ;
33
- public const int DOCUMENT_POSITION_FOLLOWING = 0b000100 ;
34
- public const int DOCUMENT_POSITION_CONTAINS = 0b001000 ;
35
- public const int DOCUMENT_POSITION_CONTAINED_BY = 0b010000 ;
36
- public const int DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0b100000 ;
31
+ public const DOCUMENT_POSITION_DISCONNECTED = 0b000001 ;
32
+ public const DOCUMENT_POSITION_PRECEDING = 0b000010 ;
33
+ public const DOCUMENT_POSITION_FOLLOWING = 0b000100 ;
34
+ public const DOCUMENT_POSITION_CONTAINS = 0b001000 ;
35
+ public const DOCUMENT_POSITION_CONTAINED_BY = 0b010000 ;
36
+ public const DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0b100000 ;
37
37
38
38
private function __construct () {}
39
39
}
You can’t perform that action at this time.
0 commit comments