Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Apr 9, 2019
1 parent edd5661 commit 350a041
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -43,9 +43,9 @@ class doc_generic_reception_odt extends ModelePdfReception

/**
* @var array Minimum version of PHP required by module.
* e.g.: PHP ≥ 5.4 = array(5, 4)
* e.g.: PHP ≥ 5.5 = array(5, 5)
*/
public $phpmin = array(5, 4); // Minimum version of PHP required by module
public $phpmin = array(5, 5);

/**
* @var string Dolibarr version of the loaded document
Expand Down

0 comments on commit 350a041

Please sign in to comment.