From fdfde1a9ba13e2ced939594b0d5293e67a0b2fdc Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 28 Apr 2022 18:55:44 +0200 Subject: [PATCH] phpstan.neon skips TagParser.php WIP --- phpstan.neon | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 7013f69934..5db9012da3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,4 +1,8 @@ parameters: + excludePaths: + analyse: + - src/Latte/Compiler/TagParser.php + level: 5 paths: