From 9748ece49f503fd8ee4b249e68ef2eb15e29e79c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 17 Nov 2023 01:40:11 +0100 Subject: [PATCH] Fix phpcs --- htdocs/compta/paiement/class/paiement.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php index 0fb163b8dfe..0c2936d5791 100644 --- a/htdocs/compta/paiement/class/paiement.class.php +++ b/htdocs/compta/paiement/class/paiement.class.php @@ -1413,5 +1413,4 @@ class Paiement extends CommonObject $accountline->fetch($this->bank_line); return $accountline->rappro; } - }