Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-09 00:28:07 +00:00
parent f2a49ef72f
commit dce5c6be8f
4 changed files with 35 additions and 35 deletions

View File

@ -1494,7 +1494,7 @@ class Adherent extends CommonObject
* *
* @return int rowid of record added, <0 if KO * @return int rowid of record added, <0 if KO
*/ */
public function subscription($date, $amount, $accountid = 0, $operation = '', $label = '', $num_chq = '', $emetteur_nom = '', $emetteur_banque = '', $datesubend = 0, $fk_type = NULL) public function subscription($date, $amount, $accountid = 0, $operation = '', $label = '', $num_chq = '', $emetteur_nom = '', $emetteur_banque = '', $datesubend = 0, $fk_type = null)
{ {
global $conf, $langs, $user; global $conf, $langs, $user;