Completed
Push — master ( 407c79...c152a3 )
by Sergey
12s queued 10s
created
src/Api/Requests/RequestsContainer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,8 @@
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-     * @param $action
104
-     * @return string
103
+     * @param string $action
104
+     * @return Request
105 105
      * @throws WrongRequest
106 106
      */
107 107
     public function resolveRequestByAction($action)
Please login to merge, or discard this patch.
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.