Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit f48f24c

Browse files
committed
add FIXMEs for HHVM 4.20+
1 parent 68ff359 commit f48f24c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/key-value-render/HackBuilderValues.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ abstract final class HackBuilderValues {
171171
IHackBuilderValueRenderer<Tv> $vr,
172172
): IHackBuilderValueRenderer<shape(/* HH_FIXME[0003] */...)> {
173173
/* HH_IGNORE_ERROR[4110] munging array to shape */
174+
/* HH_IGNORE_ERROR[4323] munging array to shape */
174175
return new _Private\HackBuilderNativeKeyValueCollectionRenderer(
175176
ContainerType::SHAPE_TYPE,
176177
HackBuilderKeys::export(),

0 commit comments

Comments
 (0)