From d35f7ccfce3364c1c8f91efdc0824b98561f3b1f Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 24 Mar 2020 23:03:07 +0100 Subject: [PATCH] Exclude twig-templates temporary folder from phpstan analyse Signed-off-by: William Desportes --- phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 6576359f3c..544bb6390b 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -14,4 +14,5 @@ parameters: - node_modules/* - test/sami-config.php - tmp/* + - twig-templates/* - vendor/*