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

Commit d8d0729

Browse files
lexidorfredemmott
authored andcommitted
Split FIXME into multiple multi line comments.
FIXME syntax is less flexible on 4.32 according to CI.
1 parent 0884408 commit d8d0729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/XHPAttributeCoercion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static function CoerceToString(
7272
return (string)$val;
7373
}
7474
if ($val is Stringish) {
75-
/* HH_FIXME[4053] HH_FIXME[4062] HH_FIXME[4128]
75+
/* HH_FIXME[4053] */ /* HH_FIXME[4062] */ /* HH_FIXME[4128]
7676
We know that $val is (not string & Stringish).
7777
This implies StringishObject, so calling __toString() is safe.
7878
StringishObject was added in hhvm 4.118 and this branch targets 4.32+. */

0 commit comments

Comments
 (0)