Skip to content

Commit 1678c20

Browse files
committed
Rephrase TODO comment
1 parent 682e96d commit 1678c20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/php/lang/ast/emit/Type.class.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ abstract class Type {
44
public static $ENUMS;
55

66
static function __static() {
7-
self::$ENUMS= class_exists(\ReflectionEnum::class, false); // TODO remove once enum PR is merged
7+
8+
// TODO: Check PHP version ID once enum PR is merged
9+
self::$ENUMS= class_exists(\ReflectionEnum::class, false);
810
}
911

1012
/** @return string */

0 commit comments

Comments
 (0)