Skip to content

Commit

Permalink
Merge pull request #712 from stripe/ob-fix-comment
Browse files Browse the repository at this point in the history
Fix comment
  • Loading branch information
ob-stripe authored Aug 26, 2019
2 parents fa955f1 + e135831 commit 36ac4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Stripe
// @var int Maximum number of request retries
public static $maxNetworkRetries = 0;

// @var boolean Whether client telemetry is enabled. Defaults to false.
// @var boolean Whether client telemetry is enabled. Defaults to true.
public static $enableTelemetry = true;

// @var float Maximum delay between retries, in seconds
Expand Down

0 comments on commit 36ac4a9

Please sign in to comment.