From 47551fabfda6b75bdfc9db033ecfc4b39c151115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AE=E3=81=B6?= Date: Thu, 19 Dec 2024 13:00:10 +0900 Subject: [PATCH] =?UTF-8?q?phpstan=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpstan.neon.dist | 7 ------- 1 file changed, 7 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index fedf1b2161..29f468467f 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -19,16 +19,12 @@ parameters: message: "#^Call to an undefined static method PEAR\\:\\:raiseError\\(\\)\\.$#" paths: - data/module/HTTP/Request.php - - data/module/Net/SMTP.php - data/module/Calendar/Calendar.php - data/module/Calendar/Decorator.php - data/module/Calendar/Factory.php - message: "#^Call to an undefined method Net_Socket\\:\\:raiseError\\(\\)\\.$#" path: data/module/Net/Socket.php - - - message: "#^Call to static method factory\\(\\) on an unknown class Auth_SASL\\.$#" - path: data/module/Net/SMTP.php - message: "#^Call to static method dayOfWeek\\(\\) on an unknown class Date_Calc\\.#" path: data/module/Calendar/Util/Textual.php @@ -38,9 +34,6 @@ parameters: - message: "#^Variable \\$SJIS_widths might not be defined\\.$#" path: data/class/helper/SC_Helper_FPDI.php - - - message: '#^Path in include_once\(\) "Auth/SASL.php" is not a file or it does not exist.#' - path: data/module/Net/SMTP.php - message: '#^Path in require_once\(\) ".*\.php" is not a file or it does not exist\.$#' paths: