Skip to content

Commit cef2352

Browse files
committed
Changes of test resutls (to be fixed).
1 parent e3f170c commit cef2352

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/Validation/cases/arrayValueShouldBeBoolean.php.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"containerName": "A"
3838
},
39-
"type__tostring": "bool[]",
39+
"type__tostring": "array<string,bool>",
4040
"type": {},
4141
"declarationLine": "protected $foo;",
4242
"documentation": null,

tests/Validation/cases/magicConsts.php.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"containerName": "A"
4242
},
43-
"type__tostring": "bool[]",
43+
"type__tostring": "array<\\__CLASS__,bool>",
4444
"type": {},
4545
"declarationLine": "private static $deprecationsTriggered;",
4646
"documentation": null,

tests/Validation/cases/multiplePreceedingComments.php.expected.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"documentation": null,
2222
"signatureInformation": null
2323
},
24-
"Foo->fn()": {
25-
"fqn": "Foo->fn()",
24+
"Foo->()": {
25+
"fqn": "Foo->()",
2626
"extends": [],
2727
"isMember": true,
2828
"roamed": false,
2929
"isStatic": false,
3030
"canBeInstantiated": false,
3131
"symbolInformation": {
32-
"name": "fn",
32+
"name": "",
3333
"kind": 6,
3434
"location": {
3535
"uri": "./multiplePreceedingComments.php"

0 commit comments

Comments
 (0)