Skip to content

Commit

Permalink
Proper indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyWyvern committed Jul 14, 2023
1 parent b993db1 commit 981bc39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Smalot/PdfParser/PDFObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ private function getDefaultFont(Page $page = null): Font
return new Font($this->document, null, null, $this->config);
}

/**
* @param array<int,array<string,string|bool>> $command
*/
/**
* @param array<int,array<string,string|bool>> $command
*/
private function getTJUsingFontFallback(Font $font, array $command, ?Page $page = null): string
{
$orig_text = $font->decodeText($command);
Expand Down

0 comments on commit 981bc39

Please sign in to comment.