Completed
Push — master ( dcc755...77cb3d )
by
unknown
14s queued 12s
created
src/Bankly.php 1 patch
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.