From ee4417fc5227371d6b8da479854f77b3d1e20bfe Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 18 Jun 2020 13:49:57 +0900 Subject: [PATCH] Settings update for phpstan --- phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index b0b95cae..b15a317a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,6 +15,7 @@ parameters: - www/lib/autoloader.php - www/vendor/autoload.php - www/lib/Smarty/Autoloader.php + - www/lib/CoreLibs/Template/SmartyExtend.php excludes_analyse: # no check admin - www/admin/qq_file_upload_front.php @@ -46,6 +47,8 @@ parameters: - www/lib/smarty-3.1.30 # ignore composer - www/vendor + # ignore the smartyextend + - www/lib/CoreLibs/Template/SmartyExtend.php # ignore errores with # ignoreErrors: #- 'error regex'