Settings update for phpstan

This commit is contained in:
Clemens Schwaighofer
2020-06-18 13:49:57 +09:00
parent ee1dafd8d8
commit ee4417fc52

View File

@@ -15,6 +15,7 @@ parameters:
- www/lib/autoloader.php - www/lib/autoloader.php
- www/vendor/autoload.php - www/vendor/autoload.php
- www/lib/Smarty/Autoloader.php - www/lib/Smarty/Autoloader.php
- www/lib/CoreLibs/Template/SmartyExtend.php
excludes_analyse: excludes_analyse:
# no check admin # no check admin
- www/admin/qq_file_upload_front.php - www/admin/qq_file_upload_front.php
@@ -46,6 +47,8 @@ parameters:
- www/lib/smarty-3.1.30 - www/lib/smarty-3.1.30
# ignore composer # ignore composer
- www/vendor - www/vendor
# ignore the smartyextend
- www/lib/CoreLibs/Template/SmartyExtend.php
# ignore errores with # ignore errores with
# ignoreErrors: # ignoreErrors:
#- 'error regex' #- 'error regex'