Fix phpcs

This commit is contained in:
Laurent Destailleur 2018-08-29 17:09:58 +02:00
parent 98356c6ed0
commit 2daa5b3ae0

View File

@ -31,7 +31,7 @@ abstract class ActionsAdherentCardCommon
* @var DoliDB Database handler. * @var DoliDB Database handler.
*/ */
public $db; public $db;
var $dirmodule; var $dirmodule;
var $targetmodule; var $targetmodule;
var $canvas; var $canvas;
@ -41,11 +41,11 @@ abstract class ActionsAdherentCardCommon
var $tpl = array(); var $tpl = array();
//! Object container //! Object container
var $object; var $object;
/** /**
* @var string Error code (or message) * @var string Error code (or message)
*/ */
public $error=''; public $error='';
/** /**
* @var string[] Error codes (or messages) * @var string[] Error codes (or messages)