mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
Fix warnings
This commit is contained in:
@@ -120,16 +120,16 @@ abstract class ModelePDFProjects extends CommonDocGenerator
|
||||
*/
|
||||
abstract class ModeleNumRefProjects
|
||||
{
|
||||
/**
|
||||
* @var string Version
|
||||
*/
|
||||
public $version = '';
|
||||
|
||||
/**
|
||||
* @var string Error code (or message)
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
/**
|
||||
* @var string $version
|
||||
*/
|
||||
public $version;
|
||||
|
||||
/**
|
||||
* Return if a module can be used or not
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user