Skip to content

Commit 56510ab

Browse files
vassilmladenovmeta-codesync[bot]
authored andcommitted
Add __DynamicallyCallable attribute to functions and methods called dynamically
Differential Revision: D95324974 fbshipit-source-id: e6563f07cf72d831962bb18ce199a3b16d6e44c5
1 parent 1fbb931 commit 56510ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party/thrift/src/thrift/lib/hack/src/ThriftClientBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class ThriftClientBase implements IThriftClient {
3838
protected int $seqid_ = 0;
3939
abstract const string THRIFT_SVC_NAME;
4040

41-
<<__NeedsConcrete>>
41+
<<__NeedsConcrete, __DynamicallyCallable>>
4242
public static function factory()[]: ThriftClientFactory<this> {
4343
return tuple(
4444
static::class,

0 commit comments

Comments
 (0)