From 6771d96b473010a9101e48484fd35ff2d970cd37 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 21 May 2022 23:07:22 +0200 Subject: [PATCH] phpcs --- htdocs/compta/facture/class/api_invoices.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/class/api_invoices.class.php b/htdocs/compta/facture/class/api_invoices.class.php index 3dababa3dc3..8a8a9667a28 100644 --- a/htdocs/compta/facture/class/api_invoices.class.php +++ b/htdocs/compta/facture/class/api_invoices.class.php @@ -149,7 +149,7 @@ class Invoices extends DolibarrApi // Add external contacts ids if ($contact_list > -1) { $tmparray = $this->invoice->liste_contact(-1, 'external', $contact_list); - if(is_array($tmparray)) { + if (is_array($tmparray)) { $this->invoice->contacts_ids = $tmparray; } }