File tree 1 file changed +4
-1
lines changed
providers/GoFeatureFlag/src/config
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Config
20
20
private ?ClientInterface $ httpclient ;
21
21
22
22
/**
23
- * @var array<string, string|numeric|bool > exporterMetadata - is the metadata we send to the GO Feature Flag relay proxy when we report
23
+ * @var array<string, bool|float|int|string > exporterMetadata - is the metadata we send to the GO Feature Flag relay proxy when we report
24
24
* the evaluation data usage.
25
25
*
26
26
* ‼️Important: If you are using a GO Feature Flag relay proxy before version v1.41.0, the information of this
@@ -78,6 +78,9 @@ public function getHttpClient(): ?ClientInterface
78
78
return $ this ->httpclient ;
79
79
}
80
80
81
+ /**
82
+ * @return array<string, bool|float|int|string>
83
+ */
81
84
public function getExporterMetadata (): array
82
85
{
83
86
return $ this ->exporterMetadata ;
You can’t perform that action at this time.
0 commit comments