Completed
Push — master ( eaa8f4...ce4389 )
by Jeffrey
01:49
created
src/Voys.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
             'POST',
50 50
             self::API_URL,
51 51
             [
52
-                RequestOptions::AUTH => [$this->login, $this->password],
52
+                RequestOptions::AUTH => [ $this->login, $this->password ],
53 53
                 RequestOptions::JSON => [
54 54
                     VoysOptions::B_NUMBER => $toPhonenumer,
55 55
                     VoysOptions::A_NUMBER => $fromPhonenumer,
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
             'GET',
75 75
             sprintf('%s%s/', self::API_URL, $callid),
76 76
             [
77
-                RequestOptions::AUTH => [$this->login, $this->password],
77
+                RequestOptions::AUTH => [ $this->login, $this->password ],
78 78
             ]
79 79
         );
80 80
         $voysResponse = new VoysResponse($response);
Please login to merge, or discard this patch.