commit | b24c5eb23b734db805b208e51d0df9cf96122654 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova MartÃnez <me@avm99963.com> | Mon Dec 04 00:00:09 2023 +0100 |
committer | Copybara bot <copybara-bot@avm99963.com> | Sun Dec 03 23:14:44 2023 +0000 |
tree | 6f4852b195a4d86016b017dc6306c53db70005a9 | |
parent | c8ae6e9af84487af5f2e44b778aad6aabb7c6afa [diff] [blame] |
fix: fix minor issues detected by phpstan GitOrigin-RevId: e6e0802ef8b942d2307249e2b6167e2b8f9047d1
diff --git a/src/doexport.php b/src/doexport.php index 6326fc9..bb57acb 100644 --- a/src/doexport.php +++ b/src/doexport.php
@@ -77,7 +77,7 @@ $actualTime = time(); - class PDF extends EXFPDF { + class PDF extends exFPDF { function Footer() { global $actualTime;