Skip to content

Commit 457f813

Browse files
Code style
1 parent 06330f3 commit 457f813

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Twilio.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ public function getTwilio()
102102
if (!$this->sslVerify) {
103103
$http = new Services_Twilio_TinyHttp(
104104
'https://api.twilio.com',
105-
['curlopts' => [
105+
[
106+
'curlopts' => [
106107
CURLOPT_SSL_VERIFYPEER => false,
107108
CURLOPT_SSL_VERIFYHOST => 2,
108109
],

0 commit comments

Comments
 (0)