From 9109a21e1b6e8e49e5601cb63b2fba1ee61b1103 Mon Sep 17 00:00:00 2001 From: Brian Huisman Date: Wed, 14 Feb 2024 11:17:48 -0500 Subject: [PATCH] Update PDFObject.php Don't update this indentation. --- src/Smalot/PdfParser/PDFObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Smalot/PdfParser/PDFObject.php b/src/Smalot/PdfParser/PDFObject.php index 45c57384..8e5f90d8 100644 --- a/src/Smalot/PdfParser/PDFObject.php +++ b/src/Smalot/PdfParser/PDFObject.php @@ -360,7 +360,7 @@ public function getSectionsText(?string $content): array $inTextBlock = true; $sections[] = $line; - // If an 'ET' is encountered, unset the $inTextBlock flag + // If an 'ET' is encountered, unset the $inTextBlock flag } elseif ('ET' == $line) { $inTextBlock = false; $sections[] = $line;