From 4372f329b892b7b0cc5b224984be0994e6b5e992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sun, 16 Jun 2024 12:56:42 +0200 Subject: [PATCH] phpstan ignore unused method in evalmath.class.php (#30048) --- htdocs/core/class/evalmath.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/evalmath.class.php b/htdocs/core/class/evalmath.class.php index 8cc1adfa962..b352d1b3737 100644 --- a/htdocs/core/class/evalmath.class.php +++ b/htdocs/core/class/evalmath.class.php @@ -214,7 +214,7 @@ class EvalMath * * @return array Output */ - private function funcs() + private function funcs() // @phpstan-ignore-line { $output = array(); foreach ($this->f as $fnn => $dat) {