File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class LDClient
4343 * - timeout: Float describing the maximum length of a request in seconds. Defaults to 3
4444 * - connect_timeout: Float describing the number of seconds to wait while trying to connect to a server. Defaults to 3
4545 * - cache: An optional Kevinrob\GuzzleCache\Storage\CacheStorageInterface. Defaults to an in-memory cache.
46- * - send_events: An optional bool that can disable the sending of events to LaunchDarkly. Defaults to false .
46+ * - send_events: An optional bool that can disable the sending of events to LaunchDarkly. Defaults to true .
4747 * - logger: An optional Psr\Log\LoggerInterface. Defaults to a Monolog\Logger sending all messages to the php error_log.
4848 * - offline: An optional boolean which will disable all network calls and always return the default value. Defaults to false.
4949 * - feature_requester: An optional LaunchDarkly\FeatureRequester instance.
You can’t perform that action at this time.
0 commit comments