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

27 lines
778 B
JSON
Raw Normal View History

{
"references": {
"LanguageServer": [
2017-06-07 21:00:12 +00:00
"./namespaces8.php"
]
},
"definitions": {
"LanguageServer\\Tests\\Utils": {
"fqn": "LanguageServer\\Tests\\Utils",
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "LanguageServer\\Tests\\Utils",
"kind": 3,
"location": {
2017-06-07 21:00:12 +00:00
"uri": "./namespaces8.php"
},
"containerName": "LanguageServer\\Tests"
},
"type": null,
"declarationLine": "namespace LanguageServer\\Tests\\Utils;",
"documentation": null
}
}
}