Completed
Pull Request — master (#24)
by Sergey
01:31
created
src/SmsIntel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         self::checkCredentials($login, $password);
21 21
 
22 22
         return new RequestsContainer(
23
-			new GuzzleHttpClient(new Client()),
23
+            new GuzzleHttpClient(new Client()),
24 24
             $login,
25 25
             $password
26 26
         );
Please login to merge, or discard this patch.