Skip to content

Commit

Permalink
Changes of test resutls (to be fixed).
Browse files Browse the repository at this point in the history
  • Loading branch information
zobo committed Sep 1, 2021
1 parent e3f170c commit cef2352
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"containerName": "A"
},
"type__tostring": "bool[]",
"type__tostring": "array<string,bool>",
"type": {},
"declarationLine": "protected $foo;",
"documentation": null,
Expand Down
2 changes: 1 addition & 1 deletion tests/Validation/cases/magicConsts.php.expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"containerName": "A"
},
"type__tostring": "bool[]",
"type__tostring": "array<\\__CLASS__,bool>",
"type": {},
"declarationLine": "private static $deprecationsTriggered;",
"documentation": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"documentation": null,
"signatureInformation": null
},
"Foo->fn()": {
"fqn": "Foo->fn()",
"Foo->()": {
"fqn": "Foo->()",
"extends": [],
"isMember": true,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "fn",
"name": "",
"kind": 6,
"location": {
"uri": "./multiplePreceedingComments.php"
Expand Down

0 comments on commit cef2352

Please sign in to comment.