Skip to content

Commit 52fd0bd

Browse files
Anicet Dushime Wa Mungumeta-codesync[bot]
authored andcommitted
Assign oncalls to semr and decl HHVM extensions
Summary: - Set semr extension oncall to "web_infra" (previously NO_ONCALL_YET) - Set decl extension oncall to "sandbox_infra" (previously NO_ONCALL_YET), matching its BUCK file oncall annotation Reviewed By: rikeoka, jtwarren Differential Revision: D95139645 fbshipit-source-id: ba1465001539284e538c5510d04894fa98ff79f4
1 parent 6671f21 commit 52fd0bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hphp/runtime/ext/decl/ext_decl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ HHVM_METHOD(FileDecls, getAttribute, const String& kls, const String& name) {
11601160
// Extension
11611161

11621162
struct DeclExtension final : Extension {
1163-
DeclExtension() : Extension("decl", "0.1", NO_ONCALL_YET) {}
1163+
DeclExtension() : Extension("decl", "0.1", "sandbox_infra") {}
11641164

11651165
const DependencySet getDeps() const override {
11661166
// ensure ext_facts initializes and loads first.

0 commit comments

Comments
 (0)