Skip to content

Commit

Permalink
Update PDFObject.php
Browse files Browse the repository at this point in the history
PHP-CS-Fixer requires spaces between `@` statements I guess.
  • Loading branch information
GreyWyvern committed Sep 21, 2023
1 parent 0064386 commit 7fb1398
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Smalot/PdfParser/PDFObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ public function getContent(): ?string
* getSectionsText() used this output to more easily gather offset
* values to extract text from the *actual* document stream.
*
* @deprecated Function is no longer used and will be removed in a future release.
* @deprecated function is no longer used and will be removed in a future release
*
* @internal
*/
public function cleanContent(string $content, string $char = 'X')
Expand Down Expand Up @@ -431,6 +432,7 @@ private function getDefaultFont(Page $page = null): Font
* Unicode control characters.
*
* @internal
*
* @param array<int,array<string,string|bool>> $command
*/
private function getTJUsingFontFallback(Font $font, array $command, Page $page = null, float $fontFactor = 4): string
Expand Down Expand Up @@ -468,6 +470,7 @@ private function getTJUsingFontFallback(Font $font, array $command, Page $page =
* including the outer enclosing << >> angle brackets
*
* @internal
*
* @throws \Exception
*/
public function parseDictionary(string $dictionary): array
Expand Down

0 comments on commit 7fb1398

Please sign in to comment.