1
0
Fork 0

updated tests

pull/438/head
Ivan Bozhanov 2017-07-15 02:32:48 +03:00
parent 5c827d2eda
commit b2056c1f87
58 changed files with 346 additions and 158 deletions

View File

@ -34,7 +34,8 @@
},
"type": null,
"declarationLine": "namespace Fixtures\\Prophecy;",
"documentation": null
"documentation": null,
"parameters": []
},
"Fixtures\\Prophecy\\WithReturnTypehints": {
"fqn": "Fixtures\\Prophecy\\WithReturnTypehints",
@ -55,7 +56,8 @@
},
"type": null,
"declarationLine": "class WithReturnTypehints extends EmptyClass",
"documentation": null
"documentation": null,
"parameters": []
},
"Fixtures\\Prophecy\\WithReturnTypehints->getSelf()": {
"fqn": "Fixtures\\Prophecy\\WithReturnTypehints->getSelf()",
@ -75,7 +77,8 @@
"type__tostring": "\\self",
"type": {},
"declarationLine": "public function getSelf(): self {",
"documentation": null
"documentation": null,
"parameters": []
},
"Fixtures\\Prophecy\\WithReturnTypehints->getName()": {
"fqn": "Fixtures\\Prophecy\\WithReturnTypehints->getName()",
@ -95,7 +98,8 @@
"type__tostring": "string",
"type": {},
"declarationLine": "public function getName(): string {",
"documentation": null
"documentation": null,
"parameters": []
},
"Fixtures\\Prophecy\\WithReturnTypehints->getParent()": {
"fqn": "Fixtures\\Prophecy\\WithReturnTypehints->getParent()",
@ -115,7 +119,8 @@
"type__tostring": "\\parent",
"type": {},
"declarationLine": "public function getParent(): parent {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"A->foo": {
"fqn": "A->foo",
@ -38,7 +39,8 @@
"type__tostring": "string[]",
"type": {},
"declarationLine": "protected $foo;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace TestNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"TestNamespace\\A": {
"fqn": "TestNamespace\\A",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"TestNamespace\\A->a": {
"fqn": "TestNamespace\\A->a",
@ -64,7 +66,8 @@
"type__tostring": "int",
"type": {},
"declarationLine": "public $a;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace TestNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"TestNamespace\\TestClass": {
"fqn": "TestNamespace\\TestClass",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class TestClass",
"documentation": null
"documentation": null,
"parameters": []
},
"TestNamespace\\TestClass->testProperty": {
"fqn": "TestNamespace\\TestClass->testProperty",
@ -64,7 +66,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public $testProperty;",
"documentation": null
"documentation": null,
"parameters": []
},
"TestNamespace\\TestClass->testMethod()": {
"fqn": "TestNamespace\\TestClass->testMethod()",
@ -84,7 +87,13 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public function testMethod($testParameter)",
"documentation": null
"documentation": null,
"parameters": [
{
"label": "$testParameter",
"documentation": null
}
]
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class A",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A::suite()": {
"fqn": "MyNamespace\\A::suite()",
@ -64,7 +66,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public static function suite()",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class A",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A::suite()": {
"fqn": "MyNamespace\\A::suite()",
@ -64,7 +66,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public static function suite()",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class A",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A::suite()": {
"fqn": "MyNamespace\\A::suite()",
@ -64,7 +66,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public static function suite()",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class A",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->suite()": {
"fqn": "MyNamespace\\A->suite()",
@ -64,7 +66,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public function suite()",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\Mbstring": {
"fqn": "MyNamespace\\Mbstring",
@ -41,7 +42,8 @@
},
"type": null,
"declarationLine": "class Mbstring",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\Mbstring::MB_CASE_FOLD": {
"fqn": "MyNamespace\\Mbstring::MB_CASE_FOLD",
@ -61,7 +63,8 @@
"type__tostring": "\\MyNamespace\\PHP_INT_MAX",
"type": {},
"declarationLine": "const MB_CASE_FOLD = PHP_INT_MAX;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "interface A {",
"documentation": null
"documentation": null,
"parameters": []
},
"A->b()": {
"fqn": "A->b()",
@ -42,7 +43,13 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b ($a = MY_CONSTANT);",
"documentation": null
"documentation": null,
"parameters": [
{
"label": "$a = MY_CONSTANT",
"documentation": null
}
]
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "interface A {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace B;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"A::$deprecationsTriggered": {
"fqn": "A::$deprecationsTriggered",
@ -42,7 +43,8 @@
"type__tostring": "\\__CLASS__[]",
"type": {},
"declarationLine": "private static $deprecationsTriggered;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A::a()": {
"fqn": "MyNamespace\\A::a()",
@ -64,7 +66,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "static function a() {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A::a()": {
"fqn": "MyNamespace\\A::a()",
@ -64,7 +66,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "static function a() {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -40,7 +40,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -59,7 +60,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A::getInitializer()": {
"fqn": "MyNamespace\\A::getInitializer()",
@ -79,7 +81,13 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public static function getInitializer(ClassLoader $loader)",
"documentation": null
"documentation": null,
"parameters": [
{
"label": "ClassLoader $loader",
"documentation": null
}
]
}
}
}

View File

@ -31,7 +31,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -50,7 +51,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->testRequest()": {
"fqn": "MyNamespace\\A->testRequest()",
@ -70,7 +72,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public function testRequest()",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\ParseErrorsTest": {
"fqn": "MyNamespace\\ParseErrorsTest",
@ -41,7 +42,8 @@
},
"type": null,
"declarationLine": "class ParseErrorsTest {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\ParseErrorsTest->setUp()": {
"fqn": "MyNamespace\\ParseErrorsTest->setUp()",
@ -61,7 +63,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public function setUp()",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -28,7 +28,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\ParseErrorsTest": {
"fqn": "MyNamespace\\ParseErrorsTest",
@ -47,7 +48,8 @@
},
"type": null,
"declarationLine": "class ParseErrorsTest",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\ParseErrorsTest->setAccount()": {
"fqn": "MyNamespace\\ParseErrorsTest->setAccount()",
@ -67,7 +69,13 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public function setAccount(AccountInterface $account)",
"documentation": null
"documentation": null,
"parameters": [
{
"label": "AccountInterface $account",
"documentation": null
}
]
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "class FooClass {",
"documentation": null
"documentation": null,
"parameters": []
},
"FooClass->foo()": {
"fqn": "FooClass->foo()",
@ -42,7 +43,8 @@
"type__tostring": "\\FooClass",
"type": {},
"declarationLine": "public function foo(): FooClass {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -31,7 +31,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace1;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace1\\B": {
"fqn": "MyNamespace1\\B",
@ -50,7 +51,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace1\\B->b()": {
"fqn": "MyNamespace1\\B->b()",
@ -70,7 +72,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace2": {
"fqn": "MyNamespace2",
@ -89,7 +92,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace2;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace2\\A": {
"fqn": "MyNamespace2\\A",
@ -110,7 +114,8 @@
},
"type": null,
"declarationLine": "class A extends MyNamespace1\\B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace2\\A->a()": {
"fqn": "MyNamespace2\\A->a()",
@ -130,7 +135,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "class Foo",
"documentation": null
"documentation": null,
"parameters": []
},
"Foo->fn()": {
"fqn": "Foo->fn()",
@ -38,7 +39,8 @@
"type__tostring": "\\Iterator",
"type": {},
"declarationLine": "public function fn()",
"documentation": "Foo"
"documentation": "Foo",
"parameters": []
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"A->b()": {
"fqn": "A->b()",
@ -38,7 +39,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -31,7 +31,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace1;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -40,7 +40,8 @@
},
"type": null,
"declarationLine": "namespace B;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "namespace A \\ B;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -28,7 +28,8 @@
},
"type": null,
"declarationLine": "namespace LanguageServer\\Tests\\Utils;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -41,7 +42,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -61,7 +63,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B": {
"fqn": "MyNamespace\\B",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -63,7 +65,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -83,7 +86,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"A->a()": {
"fqn": "A->a()",
@ -42,7 +43,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\init()": {
"fqn": "MyNamespace\\init()",
@ -42,7 +43,13 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function init(Hi $view)",
"documentation": null
"documentation": null,
"parameters": [
{
"label": "Hi $view",
"documentation": null
}
]
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B": {
"fqn": "MyNamespace\\B",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B->b()": {
"fqn": "MyNamespace\\B->b()",
@ -64,7 +66,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -85,7 +88,8 @@
},
"type": null,
"declarationLine": "class A extends B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -105,7 +109,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -28,7 +28,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B": {
"fqn": "MyNamespace\\B",
@ -47,7 +48,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B->b()": {
"fqn": "MyNamespace\\B->b()",
@ -67,7 +69,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -88,7 +91,8 @@
},
"type": null,
"declarationLine": "class A extends B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -108,7 +112,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "class MyClass",
"documentation": null
"documentation": null,
"parameters": []
},
"MyClass->mainPropertyName": {
"fqn": "MyClass->mainPropertyName",
@ -38,7 +39,8 @@
"type__tostring": "string",
"type": {},
"declarationLine": "protected $mainPropertyName;",
"documentation": "The name of the main property, or NULL if there is none."
"documentation": "The name of the main property, or NULL if there is none.",
"parameters": []
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "class MyClass",
"documentation": null
"documentation": null,
"parameters": []
},
"MyClass->mainPropertyName": {
"fqn": "MyClass->mainPropertyName",
@ -38,7 +39,8 @@
"type__tostring": "string",
"type": {},
"declarationLine": "protected $mainPropertyName;",
"documentation": "The name of the main property, or NULL if there is none."
"documentation": "The name of the main property, or NULL if there is none.",
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace TestNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"TestNamespace\\whatever()": {
"fqn": "TestNamespace\\whatever()",
@ -45,7 +46,13 @@
"type__tostring": "\\TestNamespace\\TestClass",
"type": {},
"declarationLine": "function whatever(TestClass $param): TestClass2 {",
"documentation": "Aute duis elit reprehenderit tempor cillum proident anim laborum eu laboris reprehenderit ea incididunt."
"documentation": "Aute duis elit reprehenderit tempor cillum proident anim laborum eu laboris reprehenderit ea incididunt.",
"parameters": [
{
"label": "TestClass $param",
"documentation": "Adipisicing non non cillum sint incididunt cillum enim mollit."
}
]
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -44,7 +45,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A::a()": {
"fqn": "MyNamespace\\A::a()",
@ -64,7 +66,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "static function a() {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "class A {",
"documentation": null
"documentation": null,
"parameters": []
},
"A::$a": {
"fqn": "A::$a",
@ -45,7 +46,8 @@
"type__tostring": "string",
"type": {},
"declarationLine": "static $a;",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -31,7 +31,8 @@
},
"type": null,
"declarationLine": "class TestClass implements TestInterface {",
"documentation": null
"documentation": null,
"parameters": []
},
"TestClass::$testProperty": {
"fqn": "TestClass::$testProperty",
@ -51,7 +52,8 @@
"type__tostring": "\\TestClass[]",
"type": {},
"declarationLine": "public static $testProperty;",
"documentation": "Lorem excepteur officia sit anim velit veniam enim."
"documentation": "Lorem excepteur officia sit anim velit veniam enim.",
"parameters": []
}
}
}

View File

@ -28,7 +28,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B": {
"fqn": "MyNamespace\\B",
@ -47,7 +48,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B->b()": {
"fqn": "MyNamespace\\B->b()",
@ -67,7 +69,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -88,7 +91,8 @@
},
"type": null,
"declarationLine": "class A extends B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -108,7 +112,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -28,7 +28,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B": {
"fqn": "MyNamespace\\B",
@ -47,7 +48,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B->b()": {
"fqn": "MyNamespace\\B->b()",
@ -67,7 +69,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -88,7 +91,8 @@
},
"type": null,
"declarationLine": "class A extends B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -108,7 +112,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -28,7 +28,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B": {
"fqn": "MyNamespace\\B",
@ -47,7 +48,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B->b()": {
"fqn": "MyNamespace\\B->b()",
@ -67,7 +69,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -88,7 +91,8 @@
},
"type": null,
"declarationLine": "class A extends B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -108,7 +112,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -37,7 +37,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -56,7 +57,8 @@
},
"type": null,
"declarationLine": "class A",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A::suite()": {
"fqn": "MyNamespace\\A::suite()",
@ -76,7 +78,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public static function suite()",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -41,7 +42,8 @@
},
"type": null,
"declarationLine": "class A",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->typesProvider()": {
"fqn": "MyNamespace\\A->typesProvider()",
@ -61,7 +63,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public function typesProvider()",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -28,7 +28,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B": {
"fqn": "MyNamespace\\B",
@ -47,7 +48,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B->b()": {
"fqn": "MyNamespace\\B->b()",
@ -67,7 +69,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -88,7 +91,8 @@
},
"type": null,
"declarationLine": "class A extends B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -108,7 +112,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -28,7 +28,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B": {
"fqn": "MyNamespace\\B",
@ -47,7 +48,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B->b()": {
"fqn": "MyNamespace\\B->b()",
@ -67,7 +69,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -88,7 +91,8 @@
},
"type": null,
"declarationLine": "class A extends B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -108,7 +112,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -28,7 +28,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B": {
"fqn": "MyNamespace\\B",
@ -47,7 +48,8 @@
},
"type": null,
"declarationLine": "class B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\B->b()": {
"fqn": "MyNamespace\\B->b()",
@ -67,7 +69,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -88,7 +91,8 @@
},
"type": null,
"declarationLine": "class A extends B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -108,7 +112,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
@ -43,7 +44,8 @@
},
"type": null,
"declarationLine": "class A extends B {",
"documentation": null
"documentation": null,
"parameters": []
},
"MyNamespace\\A->a()": {
"fqn": "MyNamespace\\A->a()",
@ -63,7 +65,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "class FooClass {",
"documentation": null
"documentation": null,
"parameters": []
},
"FooClass::staticFoo()": {
"fqn": "FooClass::staticFoo()",
@ -42,7 +43,8 @@
"type__tostring": "\\FooClass",
"type": {},
"declarationLine": "public static function staticFoo(): FooClass {",
"documentation": null
"documentation": null,
"parameters": []
},
"FooClass->bar()": {
"fqn": "FooClass->bar()",
@ -62,7 +64,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public function bar() { }",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -18,7 +18,8 @@
},
"type": null,
"declarationLine": "class B",
"documentation": null
"documentation": null,
"parameters": []
},
"B->hi": {
"fqn": "B->hi",
@ -38,7 +39,8 @@
"type__tostring": "int",
"type": {},
"declarationLine": "public $hi;",
"documentation": null
"documentation": null,
"parameters": []
},
"B->a()": {
"fqn": "B->a()",
@ -58,7 +60,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "function a () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -22,7 +22,8 @@
},
"type": null,
"declarationLine": "namespace SomeNamespace { }",
"documentation": null
"documentation": null,
"parameters": []
}
}
}

View File

@ -25,7 +25,8 @@
},
"type": null,
"declarationLine": "class Foo {",
"documentation": null
"documentation": null,
"parameters": []
},
"Foo->bar": {
"fqn": "Foo->bar",
@ -45,7 +46,8 @@
"type__tostring": "\\",
"type": {},
"declarationLine": "protected $bar;",
"documentation": null
"documentation": null,
"parameters": []
},
"Foo->foo()": {
"fqn": "Foo->foo()",
@ -65,7 +67,8 @@
"type__tostring": "mixed",
"type": {},
"declarationLine": "public function foo () {",
"documentation": null
"documentation": null,
"parameters": []
}
}
}