@@ -104,7 +104,7 @@ |
||
104 | 104 | /** |
105 | 105 | * @param Transaction $transaction |
106 | 106 | * @param string|array $response |
107 | - * @return mixed |
|
107 | + * @return Transaction |
|
108 | 108 | * @throws \yii\base\ExitException |
109 | 109 | */ |
110 | 110 | protected function completeTransaction($transaction, $response) |
@@ -149,7 +149,7 @@ |
||
149 | 149 | /** |
150 | 150 | * Looking for blank errors for the given fields. |
151 | 151 | * |
152 | - * @param array $fieldsList |
|
152 | + * @param string[] $fieldsList |
|
153 | 153 | * @throws \Exception |
154 | 154 | */ |
155 | 155 | public function containsBlankFieldsError(array $fieldsList): void |