put phpmin info in one place

This commit is contained in:
Frédéric FRANCE
2023-05-31 09:31:22 +02:00
parent e16d944284
commit c61d96c98f
50 changed files with 6 additions and 297 deletions

View File

@@ -83,12 +83,6 @@ class doc_generic_project_odt extends ModelePDFProjects
*/
public $emetteur;
/**
* @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

View File

@@ -63,12 +63,6 @@ class pdf_baleine extends ModelePDFProjects
*/
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

View File

@@ -79,12 +79,6 @@ class pdf_beluga extends ModelePDFProjects
*/
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

View File

@@ -62,12 +62,6 @@ class pdf_timespent extends ModelePDFProjects
*/
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