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

63 lines
2.3 KiB
JSON
Raw Normal View History

{
"references": {
"static": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/_cases\/newStatic.php"
],
"NewStatic->foo()": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/_cases\/newStatic.php"
]
},
"definitions": {
"NewStatic": {
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "NewStatic",
"kind": 5,
"location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/_cases\/newStatic.php"
},
"containerName": ""
},
"type__class": "LanguageServer\\Tests\\ValidationTest",
"type": null,
"documentation": null
},
"NewStatic::main()": {
"extends": [],
"isGlobal": false,
"isStatic": true,
"canBeInstantiated": false,
"symbolInformation": {
"name": "main",
"kind": 6,
"location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/_cases\/newStatic.php"
},
"containerName": "NewStatic"
},
"type__class": "phpDocumentor\\Reflection\\Types\\Mixed",
"type": {},
"documentation": null
},
"NewStatic->foo()": {
"extends": [],
"isGlobal": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "foo",
"kind": 6,
"location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/_cases\/newStatic.php"
},
"containerName": "NewStatic"
},
"type__class": "phpDocumentor\\Reflection\\Types\\Mixed",
"type": {},
"documentation": null
}
}
}