@@ -186,7 +186,7 @@ discard block |
||
186 | 186 | /** |
187 | 187 | * Gets the dialog ID. |
188 | 188 | * |
189 | - * @return int|string |
|
189 | + * @return integer |
|
190 | 190 | */ |
191 | 191 | public function getDialogId() |
192 | 192 | { |
@@ -256,7 +256,7 @@ discard block |
||
256 | 256 | /** |
257 | 257 | * Initializes a dialog. |
258 | 258 | * |
259 | - * @return int|null |
|
259 | + * @return string|null |
|
260 | 260 | * @throws AdapterException |
261 | 261 | * @throws CurlException |
262 | 262 | * @throws FailedRequestException |
@@ -294,7 +294,7 @@ discard block |
||
294 | 294 | /** |
295 | 295 | * Sends sync request. |
296 | 296 | * |
297 | - * @return mixed |
|
297 | + * @return string |
|
298 | 298 | * @throws AdapterException |
299 | 299 | * @throws CurlException |
300 | 300 | * @throws FailedRequestException |
@@ -350,7 +350,7 @@ discard block |
||
350 | 350 | /** |
351 | 351 | * Ends a previous started dialog. |
352 | 352 | * |
353 | - * @return mixed |
|
353 | + * @return string |
|
354 | 354 | * @throws AdapterException |
355 | 355 | * @throws CurlException |
356 | 356 | * @throws FailedRequestException |
@@ -87,7 +87,7 @@ |
||
87 | 87 | /** |
88 | 88 | * Get creditDebit |
89 | 89 | * |
90 | - * @return mixed |
|
90 | + * @return string |
|
91 | 91 | */ |
92 | 92 | public function getCreditDebit() |
93 | 93 | { |
@@ -23,7 +23,7 @@ |
||
23 | 23 | /** |
24 | 24 | * MT940 constructor. |
25 | 25 | * |
26 | - * @param $rawData |
|
26 | + * @param string $rawData |
|
27 | 27 | */ |
28 | 28 | public function __construct($rawData) |
29 | 29 | { |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | /** |
27 | 27 | * Response constructor. |
28 | 28 | * |
29 | - * @param $rawResponse |
|
29 | + * @param string $rawResponse |
|
30 | 30 | */ |
31 | 31 | public function __construct($rawResponse) |
32 | 32 | { |
@@ -242,7 +242,7 @@ discard block |
||
242 | 242 | |
243 | 243 | /** |
244 | 244 | * @param bool $translateCodes |
245 | - * @return mixed |
|
245 | + * @return string |
|
246 | 246 | */ |
247 | 247 | public function humanReadable($translateCodes = false) |
248 | 248 | { |