Skip to content

Commit 1790701

Browse files
authored
Merge pull request #84 from pmeth/patch-1
Fix class of LDClient::__construct cache option
2 parents 630f575 + 1b8a81b commit 1790701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class LDClient {
4141
* - events_uri: Base URI for sending events to LaunchDarkly. Defaults to 'https://events.launchdarkly.com'
4242
* - timeout: Float describing the maximum length of a request in seconds. Defaults to 3
4343
* - connect_timeout: Float describing the number of seconds to wait while trying to connect to a server. Defaults to 3
44-
* - cache: An optional Kevinrob\GuzzleCache\Strategy\CacheStorageInterface. Defaults to an in-memory cache.
44+
* - cache: An optional Kevinrob\GuzzleCache\Storage\CacheStorageInterface. Defaults to an in-memory cache.
4545
* - send_events: An optional bool that can disable the sending of events to LaunchDarkly. Defaults to false.
4646
* - logger: An optional Psr\Log\LoggerInterface. Defaults to a Monolog\Logger sending all messages to the php error_log.
4747
* - offline: An optional boolean which will disable all network calls and always return the default value. Defaults to false.

0 commit comments

Comments
 (0)