Completed
Branch master (9da8f9)
by recca
08:33
created
src/Action/Api/BaseApiAwareAction.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace PayumTW\Ips\Action\Api;
4 4
 
5 5
 use PayumTW\Ips\Api;
6
-use Payum\Core\ApiAwareInterface;
7 6
 use Payum\Core\Action\ActionInterface;
7
+use Payum\Core\ApiAwareInterface;
8 8
 use Payum\Core\Exception\UnsupportedApiException;
9 9
 
10 10
 abstract class BaseApiAwareAction implements ActionInterface, ApiAwareInterface
Please login to merge, or discard this patch.
src/Api.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,6 @@  discard block
 block discarded – undo
88 88
      * createTransaction.
89 89
      *
90 90
      * @param array $params
91
-     * @param mixed $request
92 91
      *
93 92
      * @return array
94 93
      */
@@ -176,7 +175,7 @@  discard block
 block discarded – undo
176 175
      *
177 176
      * @param string $response
178 177
      *
179
-     * @return array
178
+     * @return string
180 179
      */
181 180
     public function parseResponse($response)
182 181
     {
Please login to merge, or discard this patch.