Completed
Pull Request — master (#21)
by Peter
10:12
created
Service/TwilioWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.