From 766afe505f88fe7e3fa73610604f234234fcef9c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 11 Oct 2024 14:17:54 +0200 Subject: [PATCH] FIX syntax error --- htdocs/societe/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/contact.php b/htdocs/societe/contact.php index fd56f6156277b..7cbf796fcff04 100644 --- a/htdocs/societe/contact.php +++ b/htdocs/societe/contact.php @@ -141,7 +141,7 @@ $contact = new Contact($db); $result = $contact->fetch($id); - $contact->oldcopy = clone $contact; // @phan-suppress-currentline PhanTypeMismatchProperty + $contact->oldcopy = clone $contact; // @phan-suppress-current-line PhanTypeMismatchProperty $result = $contact->delete($user);