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

24 lines
663 B
JSON

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