From ddfd1fbfd400bfcee103e5feb632c78ca5c597bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20France?= Date: Tue, 12 Mar 2024 08:10:29 +0100 Subject: [PATCH] clean --- htdocs/core/modules/takepos/mod_takepos_ref_simple.php | 4 ++-- htdocs/core/modules/ticket/mod_ticket_simple.php | 4 ++-- htdocs/core/modules/workstation/mod_workstation_standard.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/core/modules/takepos/mod_takepos_ref_simple.php b/htdocs/core/modules/takepos/mod_takepos_ref_simple.php index a4757350a57..1629d0e779d 100644 --- a/htdocs/core/modules/takepos/mod_takepos_ref_simple.php +++ b/htdocs/core/modules/takepos/mod_takepos_ref_simple.php @@ -86,8 +86,8 @@ class mod_takepos_ref_simple extends ModeleNumRefTakepos * Test if the numbers already in the database do not cause any conflicts that will prevent this * of conflicts that will prevent this numbering from working. * - * @param Facture $object Object we need next value for - * @return boolean false if KO (there is a conflict), true if OK + * @param CommonObject $object Object we need next value for + * @return boolean false if KO (there is a conflict), true if OK */ public function canBeActivated($object) { diff --git a/htdocs/core/modules/ticket/mod_ticket_simple.php b/htdocs/core/modules/ticket/mod_ticket_simple.php index eca05a8e700..3d0c057870d 100644 --- a/htdocs/core/modules/ticket/mod_ticket_simple.php +++ b/htdocs/core/modules/ticket/mod_ticket_simple.php @@ -82,8 +82,8 @@ class mod_ticket_simple extends ModeleNumRefTicket * Checks if the numbers already in the database do not * cause conflicts that would prevent this numbering working. * - * @param Ticket $object Object we need next value for - * @return boolean false if conflict, true if ok + * @param CommonObject $object Object we need next value for + * @return boolean false if conflict, true if ok */ public function canBeActivated($object) { diff --git a/htdocs/core/modules/workstation/mod_workstation_standard.php b/htdocs/core/modules/workstation/mod_workstation_standard.php index 5d2b3cbde0e..d5d6c40e459 100644 --- a/htdocs/core/modules/workstation/mod_workstation_standard.php +++ b/htdocs/core/modules/workstation/mod_workstation_standard.php @@ -78,8 +78,8 @@ class mod_workstation_standard extends ModeleNumRefWorkstation * Checks if the numbers already in the database do not * cause conflicts that would prevent this numbering working. * - * @param Workstation $object Object we need next value for - * @return boolean false if conflict, true if ok + * @param CommonObject $object Object we need next value for + * @return boolean false if conflict, true if ok */ public function canBeActivated($object) {