From 94d105c73e50579a310619bb5e29d4d32a10064f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Thu, 4 Jan 2024 13:25:29 +0900 Subject: [PATCH] Adjusted the behavior of PHPStan errors depending on the version. --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 90669f82..da958806 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,5 +5,6 @@ parameters: - src - tests treatPhpDocTypesAsCertain: false + reportUnmatchedIgnoredErrors: false ignoreErrors: - '#Call to an undefined static method Respect\\Validation\\Validator::numeric\(\).#'