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

28 lines
786 B
JSON

{
"references": {
"NameOutsideOfNamespace": [
"./testQualifiedNameOutsideOfNamespace.php"
]
},
"definitions": {
"SomeNamespace": {
"fqn": "SomeNamespace",
"extends": [],
"isMember": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "SomeNamespace",
"kind": 3,
"location": {
"uri": "./testQualifiedNameOutsideOfNamespace.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "namespace SomeNamespace { }",
"documentation": null
}
}
}