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

50 lines
1.4 KiB
JSON

{
"references": [],
"definitions": {
"Foo": {
"fqn": "Foo",
"extends": [],
"isMember": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "Foo",
"kind": 5,
"location": {
"uri": "./multiplePreceedingComments.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "class Foo",
"documentation": null,
"signatureInformation": null
},
"Foo->fn()": {
"fqn": "Foo->fn()",
"extends": [],
"isMember": true,
"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",
"signatureInformation": {
"label": "()",
"documentation": "Foo",
"parameters": []
}
}
}
}