1
0
Fork 0
php-language-server/tests/Validation/cases/multiplePreceedingComments....

44 lines
1.2 KiB
JSON

{
"references": [],
"definitions": {
"Foo": {
"fqn": "Foo",
"extends": [],
"isGlobal": true,
"roamed": false,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "Foo",
"kind": 5,
"location": {
"uri": "./multiplePreceedingComments.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "class Foo",
"documentation": null
},
"Foo->fn()": {
"fqn": "Foo->fn()",
"extends": [],
"isGlobal": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "fn",
"kind": 6,
"location": {
"uri": "./multiplePreceedingComments.php"
},
"containerName": "Foo"
},
"type__tostring": "\\Iterator",
"type": {},
"declarationLine": "public function fn()",
"documentation": "Foo"
}
}
}