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

Commit 37a994a

Browse files
committed
replace $GLOBALS with \HH\global_get()
1 parent 6bd2a5a commit 37a994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/hh-autoload.hack

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ final class GenerateScript {
176176

177177
<<__EntryPoint>>
178178
function cli_main(): noreturn {
179-
GenerateScript::main(vec(/* HH_IGNORE_ERROR[2050] */ $GLOBALS['argv']));
179+
GenerateScript::main(vec(/* HH_FIXME[4110] */ \HH\global_get('argv')));
180180
exit(0);
181181
}

0 commit comments

Comments
 (0)