From e29833afb99a52690d8a4b2e3d9adf39009e730d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=9F=8E=E9=93=AD?= <767036228@qq.com> Date: Mon, 2 Dec 2024 14:52:38 +0800 Subject: [PATCH] Update phpstan.neon.dist --- phpstan.neon.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 8bc5f33f..d9af4119 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -12,3 +12,5 @@ parameters: ignoreErrors: - '#Static call to instance method Hyperf\\HttpServer\\Router\\Router::[a-zA-Z0-9\\_]+\(\)#' - '#Static call to instance method Hyperf\\DbConnection\\Db::[a-zA-Z0-9\\_]+\(\)#' + scanFiles: + - ./vendor/hyperf/database/ide/ModelIDE.php