Fixing style errors.

This commit is contained in:
stickler-ci 2022-02-24 14:32:59 +00:00
parent 517562b465
commit a0bc41cdba

View File

@ -1192,7 +1192,7 @@ class Account extends CommonObject
* @param string $field dateo or datev
* @return int current sold (value date <= today)
*/
public function solde($option = 0, $date_end='', $field='dateo')
public function solde($option = 0, $date_end = '', $field = 'dateo')
{
$solde = 0;