From 9ea0ecc85c46985fb5e01365b0265bb678005c75 Mon Sep 17 00:00:00 2001 From: Alastair Irvine Date: Thu, 23 Nov 2023 22:33:04 +0800 Subject: [PATCH] src/Smalot/PdfParser/Config.php: PHP-CS-Fixer issue fixed --- src/Smalot/PdfParser/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Smalot/PdfParser/Config.php b/src/Smalot/PdfParser/Config.php index df036825..9e88ddab 100644 --- a/src/Smalot/PdfParser/Config.php +++ b/src/Smalot/PdfParser/Config.php @@ -166,7 +166,7 @@ public function getIgnoreEncryption(): bool /** * @warning This is a workaround, don't rely on it, may change in the - * future. Further information is in the following PR: + * future. Further information is in the following PR: * https://github.com/smalot/pdfparser/pull/653 */ public function setIgnoreEncryption(bool $ignoreEncryption): void