Completed
Push — master ( df569c...0ac77b )
by Rafael
15s queued 13s
created
src/Bankly.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
     /**
344 344
      * @param string $endpoint
345 345
      * @param array|string|null $query
346
-     * @param null $correlation_id
346
+     * @param null|string $correlation_id
347 347
      * @return array|mixed
348 348
      * @throws RequestException
349 349
      */
@@ -412,7 +412,6 @@  discard block
 block discarded – undo
412 412
      * @param bool $asJson
413 413
      * @param bool $attachment
414 414
      * @param DocumentAnalysis $document
415
-     * @param string $fieldName
416 415
      * @return array|mixed
417 416
      * @throws RequestException
418 417
      */
Please login to merge, or discard this patch.