Fix phpcs

This commit is contained in:
Laurent Destailleur 2022-01-26 19:56:02 +01:00
parent 7ce6f13933
commit 538c5f14d3

View File

@ -2266,6 +2266,8 @@ abstract class CommonObject
*/
public function setPaymentMethods($id)
{
global $user;
$error = 0; $notrigger = 0;
dol_syslog(get_class($this).'::setPaymentMethods('.$id.')');