Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #25 from appstract/analysis-qrQPjg
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
ovanschie authored Nov 29, 2017
2 parents 7e2bd58 + 09d7639 commit 0133ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Request/RequestOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RequestOptions
'verify_ssl' => CURLOPT_SSL_VERIFYPEER, // verify ssl
'verify_host' => CURLOPT_SSL_VERIFYHOST, // verify host domain
'dns_cache' => CURLOPT_DNS_USE_GLOBAL_CACHE, // Use DNS Cache
'dns_lifetime' => CURLOPT_DNS_CACHE_TIMEOUT // DNS lifetime in seconds
'dns_lifetime' => CURLOPT_DNS_CACHE_TIMEOUT, // DNS lifetime in seconds
];

/**
Expand Down

0 comments on commit 0133ff7

Please sign in to comment.