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