Completed
Push — master ( dcc755...77cb3d )
by
unknown
14s queued 12s
created
src/Bankly.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -414,7 +414,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
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
Please login to merge, or discard this patch.