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 19, 2024
1 parent b20ee6a commit f761dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smalot/PdfParser/Pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Pages extends PDFObject
/**
* @var array<\Smalot\PdfParser\Font>|null
*/
protected $fonts;
protected $fonts = null;

/**
* @todo Objects other than Pages or Page might need to be treated specifically in order to get Page objects out of them,
Expand Down

0 comments on commit f761dd7

Please sign in to comment.