Fix coding style

This commit is contained in:
Laurent Destailleur 2018-08-21 19:08:11 +02:00
parent 3f4714416d
commit db3c17668e
16 changed files with 31 additions and 31 deletions

View File

@ -55,11 +55,11 @@ class AccountancyExport
public static $EXPORT_TYPE_AGIRIS = 9;
public static $EXPORT_TYPE_CONFIGURABLE = 10;
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
/**
*

View File

@ -52,11 +52,11 @@ class AccountingAccount extends CommonObject
*/
public $error='';
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
var $id;
var $rowid;

View File

@ -46,11 +46,11 @@ abstract class ActionsAdherentCardCommon
*/
public $error='';
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
/**

View File

@ -35,11 +35,11 @@ class AdvanceTargetingMailing extends CommonObject
*/
public $error='';
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
var $element='advtargetemailing'; //!< Id that identify managed objects
var $table_element='advtargetemailing'; //!< Name of table without prefix where object is stored

View File

@ -30,11 +30,11 @@ class PaymentTerm // extends CommonObject
{
var $db; //!< To store db handler
var $error; //!< To return error code (or message)
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
//public $element='c_payment_term'; //!< Id that identify managed objects
//public $table_element='c_payment_term'; //!< Name of table without prefix where object is stored

View File

@ -40,11 +40,11 @@ abstract class ActionsContactCardCommon
//! Error string
var $error;
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
/**

View File

@ -35,7 +35,7 @@ class AntiVir
/**
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
var $output;
var $db;

View File

@ -30,11 +30,11 @@ class Canvas
{
var $db;
var $error;
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
var $actiontype;

View File

@ -34,11 +34,11 @@ class Ccountry // extends CommonObject
{
var $db; //!< To store db handler
var $error; //!< To return error code (or message)
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
//var $element='ccountry'; //!< Id that identify managed objects
//var $table_element='ccountry'; //!< Name of table without prefix where object is stored

View File

@ -34,11 +34,11 @@ class Cstate // extends CommonObject
{
var $db; //!< To store db handler
var $error; //!< To return error code (or message)
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
//var $element='cstate'; //!< Id that identify managed objects
//var $table_element='cstate'; //!< Name of table without prefix where object is stored

View File

@ -29,11 +29,11 @@ class Ctypent // extends CommonObject
{
var $db; //!< To store db handler
var $error; //!< To return error code (or message)
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
//var $element='ctypent'; //!< Id that identify managed objects
//var $table_element='ctypent'; //!< Name of table without prefix where object is stored

View File

@ -31,11 +31,11 @@ class HookManager
{
var $db;
var $error;
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
// Context hookmanager was created for ('thirdpartycard', 'thirdpartydao', ...)
var $contextarray=array();

View File

@ -33,11 +33,11 @@ class Notify
var $id;
var $db;
var $error;
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
var $author;
var $ref;

View File

@ -44,11 +44,11 @@ class Import
var $array_import_run_sql_after;
var $error;
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
/**

View File

@ -31,11 +31,11 @@ class PriceExpression
{
var $db; //!< To store db handler
var $error; //!< To return error code (or message)
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
var $id;
var $title;

View File

@ -43,11 +43,11 @@ abstract class ActionsCardCommon
*/
public $error='';
/**
*
* @var string[] Error codes (or messages)
*/
public $errors = array ();
public $errors = array();
/**