diff --git a/src/Smalot/PdfParser/PDFObject.php b/src/Smalot/PdfParser/PDFObject.php index 60443007..6d0260ae 100644 --- a/src/Smalot/PdfParser/PDFObject.php +++ b/src/Smalot/PdfParser/PDFObject.php @@ -246,9 +246,9 @@ private function getDefaultFont(Page $page = null): Font return new Font($this->document, null, null, $this->config); } - /** - * @param array> $command - */ + /** + * @param array> $command + */ private function getTJUsingFontFallback(Font $font, array $command, ?Page $page = null): string { $orig_text = $font->decodeText($command);