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

25 lines
661 B
JSON
Raw Normal View History

{
"references": [],
"definitions": {
"A\\B": {
"fqn": "A\\B",
"extends": [],
"isMember": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "A\\B",
"kind": 3,
"location": {
"uri": "./namespaces6.php"
},
"containerName": "A"
},
"type": null,
"declarationLine": "namespace A \\ B;",
2017-12-10 05:10:43 +00:00
"documentation": null,
"signatureInformation": null
}
}
}