From e90cdb144bc4588097100246f70dd00a43428934 Mon Sep 17 00:00:00 2001 From: Seasoft Date: Mon, 5 Feb 2024 16:13:25 +0900 Subject: [PATCH] =?UTF-8?q?PHPStan=20=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92?= =?UTF-8?q?=20phpstan.neon.dist=20=E3=81=AE=20ignoreErrors=20=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - #816 で revert を想定している。 --- phpstan.neon.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 1252320d97..9d2d392744 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -40,3 +40,6 @@ parameters: - message: "#^Variable \\$SJIS_widths might not be defined\\.$#" path: data/class/helper/SC_Helper_FPDI.php + - + message: "#^Inner named functions are not supported by PHPStan\\.#" + path: data/class/SC_Initial.php