Skip to content

Commit

Permalink
Update Document.php
Browse files Browse the repository at this point in the history
Remove blank line
  • Loading branch information
GreyWyvern committed Aug 5, 2023
1 parent 6ea3454 commit d19e753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Smalot/PdfParser/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ public function extractXMPMetadata(string $content): void
// value for this property
if (1 == \count($metadata) && isset($metadata[0]) && \is_string($metadata[0])) {
$metadata = $metadata[0];

} elseif (0 == \count($metadata)) {
// if the value is an empty array, set
// the value of this property to the empty
Expand Down

0 comments on commit d19e753

Please sign in to comment.