@@ -32,7 +32,7 @@ |
||
32 | 32 | * |
33 | 33 | * @return \Services_Twilio |
34 | 34 | */ |
35 | - public function createInstance($sid ,$token, $version = null, $retryAttempts = 1) |
|
35 | + public function createInstance($sid, $token, $version = null, $retryAttempts = 1) |
|
36 | 36 | { |
37 | 37 | return new \Services_Twilio($sid, $token, $version, null, $retryAttempts); |
38 | 38 | } |