From 8f348cbd6b221fa98d38267ce0bcec19b4c20ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 7 Apr 2025 14:11:53 +0200 Subject: [PATCH] fix CI (#33744) --- htdocs/admin/payment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/admin/payment.php b/htdocs/admin/payment.php index cb63f3ef55e..25cf0be1287 100644 --- a/htdocs/admin/payment.php +++ b/htdocs/admin/payment.php @@ -170,6 +170,7 @@ foreach ($dirmodels as $reldir) { require_once $dir.$filebis; $module = new $classname($db); + /** @var ModeleNumRefPayments $module */ '@phan-var-force ModeleNumRefPayments $module'; $arrayofmodules[] = $module;