Skip to content

Commit

Permalink
Update PDFObject.php
Browse files Browse the repository at this point in the history
Don't update this indentation.
  • Loading branch information
GreyWyvern committed Feb 14, 2024
1 parent 1afb805 commit 9109a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smalot/PdfParser/PDFObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9109a21

Please sign in to comment.