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

32 lines
822 B
JSON

{
"references": {
"MyNamespace\\A": [
"./ifStatement1.php"
],
"A": [
"./ifStatement1.php"
]
},
"definitions": {
"MyNamespace": {
"fqn": "MyNamespace",
"extends": [],
"isMember": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "MyNamespace",
"kind": 3,
"location": {
"uri": "./ifStatement1.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null,
"signatureInformation": null
}
}
}