From 32beccc3be5024ea3e220109572a1a7f42f9f8ff Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 20 Sep 2018 12:02:23 +0200 Subject: [PATCH] Standardize and update code --- htdocs/core/modules/product/doc/pdf_standard.modules.php | 4 ++++ htdocs/core/modules/stock/doc/pdf_standard.modules.php | 4 ++++ htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/htdocs/core/modules/product/doc/pdf_standard.modules.php b/htdocs/core/modules/product/doc/pdf_standard.modules.php index df064738d2c11..6de000ffac484 100644 --- a/htdocs/core/modules/product/doc/pdf_standard.modules.php +++ b/htdocs/core/modules/product/doc/pdf_standard.modules.php @@ -73,7 +73,11 @@ class pdf_standard extends ModelePDFProduct */ public $page_largeur; + /** + * @var int page_hauteur + */ public $page_hauteur; + public $format; public $marge_gauche; public $marge_droite; diff --git a/htdocs/core/modules/stock/doc/pdf_standard.modules.php b/htdocs/core/modules/stock/doc/pdf_standard.modules.php index 850668a4b206b..40739458879b5 100644 --- a/htdocs/core/modules/stock/doc/pdf_standard.modules.php +++ b/htdocs/core/modules/stock/doc/pdf_standard.modules.php @@ -73,7 +73,11 @@ class pdf_standard extends ModelePDFStock */ public $page_largeur; + /** + * @var int page_hauteur + */ public $page_hauteur; + public $format; public $marge_gauche; public $marge_droite; diff --git a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php index da75c85cdc83a..4bded6e2e6f10 100644 --- a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php +++ b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php @@ -74,7 +74,11 @@ class pdf_stdmovement extends ModelePDFMovement */ public $page_largeur; + /** + * @var int page_hauteur + */ public $page_hauteur; + public $format; public $marge_gauche; public $marge_droite;