File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
third-party/thrift/src/thrift/lib/hack/src Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ final class ThriftContextPropState {
29
29
public static ?bool $setFBUserIdInPSP = null ;
30
30
public static ?bool $setIGUserIdInPSP = null ;
31
31
32
- private function __construct ()[write_props, zoned_shallow ] {
32
+ private function __construct ()[write_props] {
33
33
$this -> storage = ThriftFrameworkMetadata :: withDefaultValues();
34
34
$this -> serializedStorage = dict [];
35
35
}
@@ -304,8 +304,7 @@ private static function coerceId(?int $id): ?int {
304
304
/**
305
305
* Returns the ThriftContextPropState singleton
306
306
*/
307
- public static function get (
308
- )[globals, write_props, zoned_shallow]: ThriftContextPropState {
307
+ public static function get ()[globals, write_props]: ThriftContextPropState {
309
308
if (self :: $instance === null ) {
310
309
self :: $instance = new ThriftContextPropState ();
311
310
}
@@ -547,7 +546,7 @@ public function addExperimentId(int $eid): void {
547
546
$this -> dirty();
548
547
}
549
548
550
- public function setExperimentIds (vec <int > $eids ): void {
549
+ public function setExperimentIds (vec <int > $eids )[write_props] : void {
551
550
$this -> storage -> experiment_ids = $eids ;
552
551
$this -> dirty();
553
552
}
You can’t perform that action at this time.
0 commit comments