Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit 3f69104

Browse files
committed
array -> varray in shape
1 parent 844863a commit 3f69104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Retriever/ClassRetriever.hack

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ use type Facebook\HackTest\_Private\{
1919

2020
final class ClassRetriever {
2121
const type TFacts = shape(
22-
'types' => array<shape(
22+
'types' => varray<shape(
2323
'name' => string,
24-
'baseTypes' => array<string>,
24+
'baseTypes' => varray<string>,
2525
'kindOf' => string,
2626
...
2727
)>,

0 commit comments

Comments
 (0)