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

Commit

Permalink
replace $GLOBALS with \HH\global_get()
Browse files Browse the repository at this point in the history
  • Loading branch information
jjergus committed Sep 21, 2020
1 parent 6bd2a5a commit 37a994a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hh-autoload.hack
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ final class GenerateScript {

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

0 comments on commit 37a994a

Please sign in to comment.