From 0d4e959f39f251ada492490c707338b33f4d3728 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 1 Nov 2024 14:42:04 +0900 Subject: [PATCH] Remove the nice formatter for now --- phpstan.neon | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index d9c3806c..a10a656b 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,13 +1,13 @@ # PHP Stan Config includes: - phpstan-conditional.php - - ./vendor/yamadashy/phpstan-friendly-formatter/extension.neon + #- ./vendor/yamadashy/phpstan-friendly-formatter/extension.neon parameters: tmpDir: %currentWorkingDirectory%/tmp/phpstan-corelibs - errorFormat: friendly - friendly: - lineBefore: 5 - lineAfter: 3 + #errorFormat: friendly + #friendly: + # lineBefore: 3 + # lineAfter: 3 level: 8 # max is now 9 # strictRules: # allRules: true @@ -60,6 +60,6 @@ parameters: # paths: # - ... # - ... - - - message: "#^Call to deprecated method #" - path: www/admin/class_test*.php + # - + # message: "#^Call to deprecated method #" + # path: www/admin/class_test*.php