@@ -414,7 +414,7 @@ discard block |
||
| 414 | 414 | /** |
| 415 | 415 | * @param string $endpoint |
| 416 | 416 | * @param array|string|null $query |
| 417 | - * @param null $correlation_id |
|
| 417 | + * @param null|string $correlation_id |
|
| 418 | 418 | * @return array|mixed |
| 419 | 419 | * @throws RequestException |
| 420 | 420 | */ |
@@ -450,7 +450,6 @@ discard block |
||
| 450 | 450 | /** |
| 451 | 451 | * Create a new virtual card |
| 452 | 452 | * |
| 453 | - * @param Card $virtualCard |
|
| 454 | 453 | * @return array|mixed |
| 455 | 454 | * @throws RequestException |
| 456 | 455 | */ |
@@ -495,7 +494,6 @@ discard block |
||
| 495 | 494 | * @param bool $asJson |
| 496 | 495 | * @param bool $attachment |
| 497 | 496 | * @param DocumentAnalysis $document |
| 498 | - * @param string $fieldName |
|
| 499 | 497 | * @return array|mixed |
| 500 | 498 | * @throws RequestException |
| 501 | 499 | */ |
@@ -10,8 +10,8 @@ |
||
| 10 | 10 | use WeDevBr\Bankly\Inputs\DocumentAnalysis; |
| 11 | 11 | use WeDevBr\Bankly\Support\Contracts\CustomerInterface; |
| 12 | 12 | use WeDevBr\Bankly\Support\Contracts\DocumentInterface; |
| 13 | -use WeDevBr\Bankly\Types\Pix\PixEntries; |
|
| 14 | 13 | use WeDevBr\Bankly\Types\Card\Card; |
| 14 | +use WeDevBr\Bankly\Types\Pix\PixEntries; |
|
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * Class Bankly |