Skip to content

Commit f4fbddb

Browse files
committed
fixup: mark isolated API factory as @experimental
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 8b67dae commit f4fbddb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/isolated/OpenFeatureAPIFactory.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
* singleton API.
3030
*
3131
* @see https://openfeature.dev/specification/sections/flag-evaluation#18-isolated-api-instances
32+
*
33+
* @experimental Section 1.8 of the OpenFeature specification is experimental
34+
* and subject to change.
3235
*/
3336
final class OpenFeatureAPIFactory
3437
{
@@ -39,6 +42,9 @@ final class OpenFeatureAPIFactory
3942
* $api = OpenFeatureAPIFactory::createAPI();
4043
* $api->setProvider(new MyProvider());
4144
* $client = $api->getClient();
45+
*
46+
* @experimental Section 1.8 of the OpenFeature specification is experimental
47+
* and subject to change.
4248
*/
4349
public static function createAPI(): API
4450
{

0 commit comments

Comments
 (0)