Skip to content

Commit

Permalink
Update Pages.php
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni authored Apr 29, 2024
1 parent ff83e11 commit 9831b93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Smalot/PdfParser/Pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class Pages extends PDFObject
protected $fonts;

/**
* @todo Objects other than Pages or Page might need to be treated specifically in order to get Page objects out of them,
* @todo Objects other than Pages or Page might need to be treated specifically
* in order to get Page objects out of them.
*
* @see https://github.com/smalot/pdfparser/issues/331
*/
Expand Down Expand Up @@ -89,6 +90,8 @@ public function getPages(bool $deep = false): array
* Gathers information about fonts and collects them in a list.
*
* @return void
*
* @internal
*/
protected function setupFonts()
{
Expand Down

0 comments on commit 9831b93

Please sign in to comment.