From 3f3081957ff2babfde363d097e8b60e478b87422 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Wed, 18 Dec 2024 14:21:48 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AB=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=9F=20PHPStan=20=E3=81=AE=20ignoreErrors=20=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpstan.neon.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 2e1b6745f2..fedf1b2161 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -38,9 +38,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 - message: '#^Path in include_once\(\) "Auth/SASL.php" is not a file or it does not exist.#' path: data/module/Net/SMTP.php