From 49ba2132cddac35b8adf28ab101aa2656088e3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 12 Feb 2024 17:59:18 +0100 Subject: [PATCH] fix phpstan (#28142) --- htdocs/societe/class/companybankaccount.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/class/companybankaccount.class.php b/htdocs/societe/class/companybankaccount.class.php index 55e35cc55dc6e..dc9f6bf30efa4 100644 --- a/htdocs/societe/class/companybankaccount.class.php +++ b/htdocs/societe/class/companybankaccount.class.php @@ -615,7 +615,7 @@ public function initAsSpecimen() $this->code_banque = '123'; $this->code_guichet = '456'; $this->number = 'CUST12345'; - $this->cle_rib = 50; + $this->cle_rib = '50'; $this->bic = 'CC12'; $this->iban = 'FR999999999'; $this->domiciliation = 'Bank address of customer corp';