We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b67dae commit f4fbddbCopy full SHA for f4fbddb
1 file changed
src/isolated/OpenFeatureAPIFactory.php
@@ -29,6 +29,9 @@
29
* singleton API.
30
*
31
* @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.
35
*/
36
final class OpenFeatureAPIFactory
37
{
@@ -39,6 +42,9 @@ final class OpenFeatureAPIFactory
39
42
* $api = OpenFeatureAPIFactory::createAPI();
40
43
* $api->setProvider(new MyProvider());
41
44
* $client = $api->getClient();
45
46
47
48
49
public static function createAPI(): API
50
0 commit comments