Skip to content

Commit 329e87a

Browse files
committed
replace $GLOBALS with \HH\global_get()
1 parent ac9e813 commit 329e87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/hh-codegen-verify-signatures.hack

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ function verify_signatures_main(): noreturn {
107107
$dir = \substr($dir, 0, $pos);
108108
}
109109
\Facebook\AutoloadMap\initialize();
110-
(new CLIVerifier(vec(/* HH_IGNORE_ERROR[2050] */ $GLOBALS['argv'])))->main();
110+
(new CLIVerifier(vec(/* HH_FIXME[4110] */ \HH\global_get('argv'))))->main();
111111
exit(0);
112112
}

0 commit comments

Comments
 (0)