From a8ba2842a5011be230f34155310c1250a419783d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AE=E3=81=B6?= Date: Fri, 20 Dec 2024 14:40:33 +0900 Subject: [PATCH] =?UTF-8?q?1=E8=A1=8C=E9=96=93=E9=81=95=E3=81=88=E3=81=A6?= =?UTF-8?q?=E6=B6=88=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpstan.neon.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 31ac665716..c5be551971 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -17,6 +17,11 @@ parameters: # - # message: "#^Constant SMARTY_PLUGINS_DIR not found\\.$#" # path: data/smarty_extends/* + - + message: "#^Call to an undefined static method PEAR\\:\\:raiseError\\(\\)\\.$#" + paths: + - data/module/HTTP/Request.php + - message: "#^Variable \\$SJIS_widths might not be defined\\.$#" path: data/class/helper/SC_Helper_FPDI.php