Skip to content

Commit e66a3bc

Browse files
fix php doc
Signed-off-by: Thomas Poignant <[email protected]>
1 parent d6304ca commit e66a3bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

providers/GoFeatureFlag/src/config/Config.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Config
2020
private ?ClientInterface $httpclient;
2121

2222
/**
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
2424
* the evaluation data usage.
2525
*
2626
* ‼️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
7878
return $this->httpclient;
7979
}
8080

81+
/**
82+
* @return array<string, bool|float|int|string>
83+
*/
8184
public function getExporterMetadata(): array
8285
{
8386
return $this->exporterMetadata;

0 commit comments

Comments
 (0)