forked from Wavyzz/dolibarr
put phpmin info in one place
This commit is contained in:
@@ -44,12 +44,6 @@ class doc_generic_contract_odt extends ModelePDFContract
|
||||
*/
|
||||
public $emetteur;
|
||||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* @var string Dolibarr version of the loaded document
|
||||
*/
|
||||
|
||||
@@ -70,12 +70,6 @@ class pdf_strato extends ModelePDFContract
|
||||
*/
|
||||
public $type;
|
||||
|
||||
/**
|
||||
* @var array Minimum version of PHP required by module.
|
||||
* e.g.: PHP ≥ 7.0 = array(7, 0)
|
||||
*/
|
||||
public $phpmin = array(7, 0);
|
||||
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
* @var string
|
||||
|
||||
Reference in New Issue
Block a user