From 7dc74f07678d3748be1dddfc8303c5f95353e51c Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 2 Nov 2021 12:24:42 +0200 Subject: [PATCH] phpstan config --- phpstan.neon | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 phpstan.neon diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000000..fb358f33a8 --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,7 @@ +parameters: + level: 1 + paths: + - application + reportUnmatchedIgnoredErrors: false + excludePaths: + - application/Espo/Core/Select/SelectManager.php