Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-01-30 20:55:55 +01:00
parent 15bd99acf4
commit a23fd6f090

View File

@ -309,7 +309,7 @@ class ChargeSociales extends CommonObject
* @param int $notrigger 0=launch triggers after, 1=disable triggers
* @return int <0 if KO, >0 if OK
*/
function update($user, $notrigger=0)
function update($user, $notrigger = 0)
{
$error=0;
$this->db->begin();