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 6f05a0f commit a49b3c1Copy full SHA for a49b3c1
src/LaunchDarkly/ConsulFeatureRequester.php
@@ -8,7 +8,7 @@ class ConsulFeatureRequester extends FeatureRequesterBase
8
{
9
/** @var string */
10
protected $_prefix;
11
- /** @var DynamoDbClient */
+ /** @var \SensioLabs\Consul\Services\KV */
12
protected $_kvClient;
13
14
public function __construct($baseUri, $sdkKey, $options)
0 commit comments