Fix white spaces

This commit is contained in:
Philippe GRAND 2018-08-29 12:42:55 +02:00
parent 660f02f5a6
commit d948c9e2db

View File

@ -34,18 +34,21 @@ class ModeleImports
* @var DoliDB Database handler. * @var DoliDB Database handler.
*/ */
public $db; public $db;
public $datatoimport; public $datatoimport;
public $error=''; public $error='';
public $id; // Id of driver /**
* @var int id of driver
*/
public $id;
/** /**
* @var string proper name for given parameter * @var string proper name for given parameter
*/ */
public $label; public $label;
public $extension; // Extension of files imported by driver public $extension; // Extension of files imported by driver
public $version; // Version of driver public $version; // Version of driver