File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function enterNode(Node $node)
69
69
$ this ->uri ,
70
70
new Range (
71
71
new Position ($ node ->getAttribute ('startLine ' ) - 1 , $ node ->getAttribute ('startColumn ' ) - 1 ),
72
- new Position ($ node ->getAttribute ('endLine ' ) - 1 , $ node ->getAttribute ('endColumn ' ) - 1 )
72
+ new Position ($ node ->getAttribute ('endLine ' ) - 1 , $ node ->getAttribute ('endColumn ' ))
73
73
)
74
74
);
75
75
$ symbol ->containerName = $ this ->containerName ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function testDocumentSymbol()
36
36
],
37
37
'end ' => [
38
38
'line ' => 2 ,
39
- 'character ' => 23
39
+ 'character ' => 24
40
40
]
41
41
]
42
42
],
@@ -54,7 +54,7 @@ public function testDocumentSymbol()
54
54
],
55
55
'end ' => [
56
56
'line ' => 12 ,
57
- 'character ' => 0
57
+ 'character ' => 1
58
58
]
59
59
]
60
60
],
@@ -72,7 +72,7 @@ public function testDocumentSymbol()
72
72
],
73
73
'end ' => [
74
74
'line ' => 6 ,
75
- 'character ' => 23
75
+ 'character ' => 24
76
76
]
77
77
]
78
78
],
@@ -90,7 +90,7 @@ public function testDocumentSymbol()
90
90
],
91
91
'end ' => [
92
92
'line ' => 11 ,
93
- 'character ' => 4
93
+ 'character ' => 5
94
94
]
95
95
]
96
96
],
@@ -108,7 +108,7 @@ public function testDocumentSymbol()
108
108
],
109
109
'end ' => [
110
110
'line ' => 17 ,
111
- 'character ' => 0
111
+ 'character ' => 1
112
112
]
113
113
]
114
114
],
@@ -126,7 +126,7 @@ public function testDocumentSymbol()
126
126
],
127
127
'end ' => [
128
128
'line ' => 22 ,
129
- 'character ' => 0
129
+ 'character ' => 1
130
130
]
131
131
]
132
132
],
You can’t perform that action at this time.
0 commit comments