Update doc_generic_user_odt.modules.php

This commit is contained in:
Philippe Grand 2018-09-21 14:33:48 +02:00 committed by GitHub
parent 2afaccf099
commit 0bcec6c923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,15 +42,15 @@ class doc_generic_user_odt extends ModelePDFUser
public $emetteur;
/**
* @var array() Minimum version of PHP required by module.
* @var array() Minimum version of PHP required by module.
* e.g.: PHP 5.4 = array(5, 4)
*/
*/
public $phpmin = array(5, 4);
/**
* Dolibarr version of the loaded document
* @public string
*/
* Dolibarr version of the loaded document
* @public string
*/
public $version = 'dolibarr';