From c720e1926bfdec2958456d95c45a668e37788a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 1 Dec 2023 23:15:10 +0100 Subject: [PATCH] fix phpstan --- htdocs/core/class/commoninvoice.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/commoninvoice.class.php b/htdocs/core/class/commoninvoice.class.php index 153b7cf2fe1..b8491e55657 100644 --- a/htdocs/core/class/commoninvoice.class.php +++ b/htdocs/core/class/commoninvoice.class.php @@ -1081,6 +1081,7 @@ abstract class CommonInvoice extends CommonObject public function makeStripeCardRequest($fuser, $id, $sourcetype = 'facture') { // TODO See in sellyoursaas + return 0; } /**