1
0
Fork 0
php-language-server/tests/Validation/cases/namespaces6.php.expected.json

21 lines
510 B
JSON
Raw Normal View History

{
"references": [],
"definitions": {
"A\\B": {
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "A\\B",
"kind": 3,
"location": {
2017-06-07 21:00:12 +00:00
"uri": "./namespaces6.php"
},
"containerName": "A"
},
"type": null,
"documentation": null
}
}
}