Skip to content

Commit eceeb37

Browse files
Merge pull request #14 from vittala/master
Prevent a deprecation warning in php >= 8.2
2 parents 292e11f + 9bfbaca commit eceeb37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Howtomakeaturn/PDFInfo/PDFInfo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class PDFInfo
2525
public $fileSize;
2626
public $optimized;
2727
public $PDFVersion;
28+
public $pageRot;
2829

2930
public static $bin;
3031

0 commit comments

Comments
 (0)