Fixing style errors.

This commit is contained in:
stickler-ci 2020-07-11 12:42:38 +00:00
parent ece128c9c5
commit 0d58c55167

View File

@ -61,10 +61,10 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
*/
public $type;
/**
* @var array Minimum version of PHP required by module.
* e.g.: PHP 5.6 = array(5, 6)
*/
/**
* @var array Minimum version of PHP required by module.
* e.g.: PHP 5.6 = array(5, 6)
*/
public $phpmin = array(5, 6);
/**