diff --git a/htdocs/core/modules/asset/mod_asset_advanced.php b/htdocs/core/modules/asset/mod_asset_advanced.php index d46c406a56f..3ade2990b5a 100644 --- a/htdocs/core/modules/asset/mod_asset_advanced.php +++ b/htdocs/core/modules/asset/mod_asset_advanced.php @@ -116,7 +116,7 @@ class mod_asset_advanced extends ModeleNumRefAsset * Return next free value * * @param Asset $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($object) { diff --git a/htdocs/core/modules/bom/mod_bom_advanced.php b/htdocs/core/modules/bom/mod_bom_advanced.php index 5334f0bd199..9841954ce10 100644 --- a/htdocs/core/modules/bom/mod_bom_advanced.php +++ b/htdocs/core/modules/bom/mod_bom_advanced.php @@ -121,7 +121,7 @@ class mod_bom_advanced extends ModeleNumRefBoms * * @param Product $objprod Object product * @param Bom $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($objprod, $object) { diff --git a/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php b/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php index 03470192a5a..9b97481dcba 100644 --- a/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php +++ b/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php @@ -112,7 +112,7 @@ class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts * * @param Societe $objsoc Object thirdparty * @param RemiseCheque $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($objsoc, $object) { diff --git a/htdocs/core/modules/commande/mod_commande_saphir.php b/htdocs/core/modules/commande/mod_commande_saphir.php index 9a4506b3e43..21b4731284a 100644 --- a/htdocs/core/modules/commande/mod_commande_saphir.php +++ b/htdocs/core/modules/commande/mod_commande_saphir.php @@ -121,7 +121,7 @@ class mod_commande_saphir extends ModeleNumRefCommandes * * @param Societe $objsoc Object thirdparty * @param Commande $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($objsoc, $object) { diff --git a/htdocs/core/modules/contract/mod_contract_magre.php b/htdocs/core/modules/contract/mod_contract_magre.php index f04d0e8397b..7e7f50b3d46 100644 --- a/htdocs/core/modules/contract/mod_contract_magre.php +++ b/htdocs/core/modules/contract/mod_contract_magre.php @@ -107,7 +107,7 @@ class mod_contract_magre extends ModelNumRefContracts * * @param Societe $objsoc third party object * @param Contrat $contract contract object - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($objsoc, $contract) { diff --git a/htdocs/core/modules/delivery/mod_delivery_saphir.php b/htdocs/core/modules/delivery/mod_delivery_saphir.php index 53ecd511079..886f0a2ffd5 100644 --- a/htdocs/core/modules/delivery/mod_delivery_saphir.php +++ b/htdocs/core/modules/delivery/mod_delivery_saphir.php @@ -124,7 +124,7 @@ class mod_delivery_saphir extends ModeleNumRefDeliveryOrder * * @param Societe $objsoc Object third party * @param Delivery $object Object delivery - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $object) { @@ -151,7 +151,7 @@ class mod_delivery_saphir extends ModeleNumRefDeliveryOrder * * @param Societe $objsoc Object third party * @param Delivery $objforref Object for number to search - * @return string|int<0> Next free value, 0 if KO + * @return string|int Next free value, 0 if KO * @deprecated see getNextValue */ public function getNumRef($objsoc, $objforref) diff --git a/htdocs/core/modules/expedition/mod_expedition_ribera.php b/htdocs/core/modules/expedition/mod_expedition_ribera.php index 366de6cbd4e..7874672bb82 100644 --- a/htdocs/core/modules/expedition/mod_expedition_ribera.php +++ b/htdocs/core/modules/expedition/mod_expedition_ribera.php @@ -119,7 +119,7 @@ class mod_expedition_ribera extends ModelNumRefExpedition * * @param Societe $objsoc Third party object * @param Expedition $shipment Shipment object - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $shipment) { diff --git a/htdocs/core/modules/expensereport/mod_expensereport_jade.php b/htdocs/core/modules/expensereport/mod_expensereport_jade.php index 67da92d8cd5..9d37593fc1a 100644 --- a/htdocs/core/modules/expensereport/mod_expensereport_jade.php +++ b/htdocs/core/modules/expensereport/mod_expensereport_jade.php @@ -121,7 +121,7 @@ class mod_expensereport_jade extends ModeleNumRefExpenseReport * Return next free value * * @param Object $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($object) { diff --git a/htdocs/core/modules/expensereport/mod_expensereport_sand.php b/htdocs/core/modules/expensereport/mod_expensereport_sand.php index 686e4cc9925..dcdb17f7763 100644 --- a/htdocs/core/modules/expensereport/mod_expensereport_sand.php +++ b/htdocs/core/modules/expensereport/mod_expensereport_sand.php @@ -123,7 +123,7 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport * Return next free value * * @param ExpenseReport $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($object) { diff --git a/htdocs/core/modules/facture/mod_facture_mercure.php b/htdocs/core/modules/facture/mod_facture_mercure.php index 887fe998a01..a3607cac7a0 100644 --- a/htdocs/core/modules/facture/mod_facture_mercure.php +++ b/htdocs/core/modules/facture/mod_facture_mercure.php @@ -140,7 +140,7 @@ class mod_facture_mercure extends ModeleNumRefFactures * @param Societe $objsoc Object third party * @param Facture $invoice Object invoice * @param string $mode 'next' for next value or 'last' for last value - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $invoice, $mode = 'next') { @@ -185,7 +185,7 @@ class mod_facture_mercure extends ModeleNumRefFactures * @param Societe $objsoc Object third party * @param Facture $objforref Object for number to search * @param string $mode 'next' for next value or 'last' for last value - * @return string|int<0> Next free value, 0 if KO + * @return string|int Next free value, 0 if KO * @deprecated see getNextValue */ public function getNumRef($objsoc, $objforref, $mode = 'next') diff --git a/htdocs/core/modules/fichinter/mod_arctic.php b/htdocs/core/modules/fichinter/mod_arctic.php index 6b0f7eaf55f..285a465cc1e 100644 --- a/htdocs/core/modules/fichinter/mod_arctic.php +++ b/htdocs/core/modules/fichinter/mod_arctic.php @@ -124,7 +124,7 @@ class mod_arctic extends ModeleNumRefFicheinter * * @param Societe|string $objsoc Object thirdparty * @param Fichinter|string $object Object we need next value for - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc = '', $object = '') { @@ -154,7 +154,7 @@ class mod_arctic extends ModeleNumRefFicheinter * * @param Societe $objsoc Object third party * @param Fichinter $objforref Object for number to search - * @return string|int<0> Next free value, 0 if KO + * @return string|int Next free value, 0 if KO * @deprecated see getNextValue */ public function getNumRef($objsoc, $objforref) diff --git a/htdocs/core/modules/holiday/mod_holiday_immaculate.php b/htdocs/core/modules/holiday/mod_holiday_immaculate.php index 933235ead4d..030d0285057 100644 --- a/htdocs/core/modules/holiday/mod_holiday_immaculate.php +++ b/htdocs/core/modules/holiday/mod_holiday_immaculate.php @@ -107,7 +107,7 @@ class mod_holiday_immaculate extends ModelNumRefHolidays * * @param Societe $objsoc third party object * @param Holiday $holiday holiday object - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $holiday) { diff --git a/htdocs/core/modules/hrm/mod_evaluation_advanced.php b/htdocs/core/modules/hrm/mod_evaluation_advanced.php index 1bed414edeb..79bc43b2480 100644 --- a/htdocs/core/modules/hrm/mod_evaluation_advanced.php +++ b/htdocs/core/modules/hrm/mod_evaluation_advanced.php @@ -125,7 +125,7 @@ class mod_evaluation_advanced extends ModeleNumRefEvaluation * Return next free value * * @param Evaluation $object Object we need next value for - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($object) { diff --git a/htdocs/core/modules/mrp/mod_mo_advanced.php b/htdocs/core/modules/mrp/mod_mo_advanced.php index 4ebefd326b9..aab9fe455d2 100644 --- a/htdocs/core/modules/mrp/mod_mo_advanced.php +++ b/htdocs/core/modules/mrp/mod_mo_advanced.php @@ -122,7 +122,7 @@ class mod_mo_advanced extends ModeleNumRefMos * * @param Product $objprod Object product * @param Mo $object Object we need next value for - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objprod, $object) { diff --git a/htdocs/core/modules/payment/mod_payment_ant.php b/htdocs/core/modules/payment/mod_payment_ant.php index da2b8878c48..68a544ec8f1 100644 --- a/htdocs/core/modules/payment/mod_payment_ant.php +++ b/htdocs/core/modules/payment/mod_payment_ant.php @@ -121,7 +121,7 @@ class mod_payment_ant extends ModeleNumRefPayments * * @param Societe $objsoc Object thirdparty * @param Object $object Object we need next value for - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $object) { diff --git a/htdocs/core/modules/product_batch/mod_lot_advanced.php b/htdocs/core/modules/product_batch/mod_lot_advanced.php index b53a838101c..c910326b2da 100644 --- a/htdocs/core/modules/product_batch/mod_lot_advanced.php +++ b/htdocs/core/modules/product_batch/mod_lot_advanced.php @@ -136,7 +136,7 @@ class mod_lot_advanced extends ModeleNumRefBatch * * @param Societe $objsoc Object thirdparty * @param Productlot $object Object we need next value for - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $object) { diff --git a/htdocs/core/modules/product_batch/mod_sn_advanced.php b/htdocs/core/modules/product_batch/mod_sn_advanced.php index dceaa9b82ca..4662dd8c0e2 100644 --- a/htdocs/core/modules/product_batch/mod_sn_advanced.php +++ b/htdocs/core/modules/product_batch/mod_sn_advanced.php @@ -136,7 +136,7 @@ class mod_sn_advanced extends ModeleNumRefBatch * * @param Societe $objsoc Object thirdparty * @param Productlot $object Object we need next value for - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $object) { diff --git a/htdocs/core/modules/project/mod_project_universal.php b/htdocs/core/modules/project/mod_project_universal.php index a6aeffffb67..4b1194eab16 100644 --- a/htdocs/core/modules/project/mod_project_universal.php +++ b/htdocs/core/modules/project/mod_project_universal.php @@ -128,7 +128,7 @@ class mod_project_universal extends ModeleNumRefProjects * * @param Societe $objsoc Object third party * @param Project $project Object project - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $project) { diff --git a/htdocs/core/modules/project/task/mod_task_universal.php b/htdocs/core/modules/project/task/mod_task_universal.php index 1695c7b79b8..33f1ee5ac7d 100644 --- a/htdocs/core/modules/project/task/mod_task_universal.php +++ b/htdocs/core/modules/project/task/mod_task_universal.php @@ -123,7 +123,7 @@ class mod_task_universal extends ModeleNumRefTask * * @param Societe|string $objsoc Object third party * @param Task|string $object Object task - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc = '', $object = '') { diff --git a/htdocs/core/modules/propale/mod_propale_saphir.php b/htdocs/core/modules/propale/mod_propale_saphir.php index 57db1f1b9a0..055f3f3d3a2 100644 --- a/htdocs/core/modules/propale/mod_propale_saphir.php +++ b/htdocs/core/modules/propale/mod_propale_saphir.php @@ -128,7 +128,7 @@ class mod_propale_saphir extends ModeleNumRefPropales * * @param Societe $objsoc Object third party * @param Propal $propal Object commercial proposal - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $propal) { diff --git a/htdocs/core/modules/reception/mod_reception_moonstone.php b/htdocs/core/modules/reception/mod_reception_moonstone.php index ec4c15a9476..98ff78d3bf5 100644 --- a/htdocs/core/modules/reception/mod_reception_moonstone.php +++ b/htdocs/core/modules/reception/mod_reception_moonstone.php @@ -100,7 +100,7 @@ class mod_reception_moonstone extends ModelNumRefReception * * @param Societe $objsoc Third party object * @param Reception|null $reception Reception object - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $reception) { diff --git a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php index b03d4c98833..7f10f50c0f3 100644 --- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php +++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php @@ -153,7 +153,7 @@ class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices * @param Societe $objsoc Object third party * @param FactureFournisseur $object Object invoice * @param string $mode 'next' for next value or 'last' for last value - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $object, $mode = 'next') { diff --git a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php index 9e07ec2d8f0..8e8c32036b9 100644 --- a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php +++ b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php @@ -128,7 +128,7 @@ class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders * * @param Societe|string $objsoc Object third party * @param CommandeFournisseur $object Object - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $object) { diff --git a/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php b/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php index 1fe4cec27cb..268a87a84bf 100644 --- a/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php +++ b/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php @@ -122,7 +122,7 @@ class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments * * @param Societe $objsoc Object thirdparty * @param PaiementFourn $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($objsoc, $object) { diff --git a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php index 38e151fe66a..3c06e708c5a 100644 --- a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php +++ b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php @@ -126,7 +126,7 @@ class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal * * @param Societe $objsoc Object third party * @param SupplierProposal $supplier_proposal Object commercial proposal - * @return string|int<0> Value if OK, 0 if KO + * @return string|int Value if OK, 0 if KO */ public function getNextValue($objsoc, $supplier_proposal) { diff --git a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php index 45620616619..e11fa61a3b0 100644 --- a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php +++ b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php @@ -121,7 +121,7 @@ class mod_takepos_ref_universal extends ModeleNumRefTakepos * @param Societe $objsoc Object thirdparty * @param Facture $invoice Object invoice * @param string $mode 'next' for next value or 'last' for last value - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($objsoc = null, $invoice = null, $mode = 'next') { diff --git a/htdocs/core/modules/ticket/mod_ticket_universal.php b/htdocs/core/modules/ticket/mod_ticket_universal.php index 22d11c820fc..ed0fa330b0a 100644 --- a/htdocs/core/modules/ticket/mod_ticket_universal.php +++ b/htdocs/core/modules/ticket/mod_ticket_universal.php @@ -120,7 +120,7 @@ class mod_ticket_universal extends ModeleNumRefTicket * * @param Societe $objsoc Object third party * @param Ticket $ticket Object ticket - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($objsoc, $ticket) { diff --git a/htdocs/core/modules/workstation/mod_workstation_advanced.php b/htdocs/core/modules/workstation/mod_workstation_advanced.php index befba9448db..dad2c124224 100644 --- a/htdocs/core/modules/workstation/mod_workstation_advanced.php +++ b/htdocs/core/modules/workstation/mod_workstation_advanced.php @@ -126,7 +126,7 @@ class mod_workstation_advanced extends ModeleNumRefWorkstation * Return next free value * * @param Workstation $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($object) { diff --git a/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php b/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php index a284c55fbfe..69643ad82df 100644 --- a/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php +++ b/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php @@ -124,7 +124,7 @@ class mod_knowledgerecord_advanced extends ModeleNumRefKnowledgeRecord * Return next free value * * @param Object $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($object) { diff --git a/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php b/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php index c78c5e50520..0bb97089a9d 100644 --- a/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php +++ b/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php @@ -123,7 +123,7 @@ class mod_myobject_advanced extends ModeleNumRefMyObject * Return next free value * * @param Object $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($object) { diff --git a/htdocs/recruitment/core/modules/recruitment/mod_recruitmentcandidature_advanced.php b/htdocs/recruitment/core/modules/recruitment/mod_recruitmentcandidature_advanced.php index b6c275b4b98..ed96d1bfc41 100644 --- a/htdocs/recruitment/core/modules/recruitment/mod_recruitmentcandidature_advanced.php +++ b/htdocs/recruitment/core/modules/recruitment/mod_recruitmentcandidature_advanced.php @@ -120,7 +120,7 @@ class mod_recruitmentcandidature_advanced extends ModeleNumRefRecruitmentCandida * Return next free value * * @param RecruitmentCandidature $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($object) { diff --git a/htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php b/htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php index 529fbbee73f..695ce365088 100644 --- a/htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php +++ b/htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php @@ -120,7 +120,7 @@ class mod_recruitmentjobposition_advanced extends ModeleNumRefRecruitmentJobPosi * Return next free value * * @param RecruitmentJobPosition $object Object we need next value for - * @return string|int<0> Next value if OK, 0 if KO + * @return string|int Next value if OK, 0 if KO */ public function getNextValue($object) {