Skip to content

Commit

Permalink
Add typehints for header/footer margin properties
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Mar 19, 2023
1 parent d702e33 commit 7d76401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tcpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,12 +574,14 @@ class TCPDF {
/**
* Minimum distance between header and top page margin.
* @protected
* @var float
*/
protected $header_margin;

/**
* Minimum distance between footer and bottom page margin.
* @protected
* @var float
*/
protected $footer_margin;

Expand Down

0 comments on commit 7d76401

Please sign in to comment.