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;