diff options
author | Camil Staps | 2016-07-20 11:31:09 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-20 11:31:09 +0200 |
commit | c68726f6bb6e621f6238988180a9f7ae82a77b43 (patch) | |
tree | a8de0a65457b81bd205d34ea0615056cebc0fbf5 | |
parent | Documentation Calculatable; made calculate* protected (diff) |
Documentation fix
-rw-r--r-- | classes/correspondence.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/classes/correspondence.php b/classes/correspondence.php index fde3069..7838393 100644 --- a/classes/correspondence.php +++ b/classes/correspondence.php @@ -100,11 +100,9 @@ class correspondence extends FPDF { 'nl' => 'BTW'), ); - /** - * @var $page_height The height of a page in millimeters - * @var $margin_bottom The bottom margin in millimeters - */ + /** @var $page_height The height of a page in millimeters */ protected static $page_height = 297; // A4 + /** @var $margin_bottom The bottom margin in millimeters */ protected static $margin_bottom = 30; /** |