Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Mar 18, 2016
1 parent 06330f3 commit 457f813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Twilio.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ public function getTwilio()
if (!$this->sslVerify) {
$http = new Services_Twilio_TinyHttp(
'https://api.twilio.com',
['curlopts' => [
[
'curlopts' => [
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_SSL_VERIFYHOST => 2,
],
Expand Down

0 comments on commit 457f813

Please sign in to comment.