From d66078591d11ee53ee1da23aeb9b403bf98f41fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Fabr=C3=A9gat?= Date: Thu, 22 Feb 2024 16:06:40 -0800 Subject: [PATCH] Update Pdf2TxtClient.php --- src/Pdf2TxtClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pdf2TxtClient.php b/src/Pdf2TxtClient.php index 806bc11..e9661d0 100644 --- a/src/Pdf2TxtClient.php +++ b/src/Pdf2TxtClient.php @@ -119,7 +119,7 @@ public function processJsonResponse(StreamInterface $response): array * @param string $pdfPath * @param ConvertOptions $options * @return StreamInterface - * @throws Exception|JsonException + * @throws Exception */ public function convertLocalFile(string $pdfPath, ConvertOptions $options = new ConvertOptions()): StreamInterface {