From fdbe076bf2b06a82d20b187649d45af35c54a010 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 28 Dec 2017 14:55:55 +0100 Subject: [PATCH] Added phpstan config file excluding a file that fails --- phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 phpstan.neon diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 00000000..77e32e1e --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,3 @@ +parameters: + excludes_analyse: + - module/Common/src/Template/Extension/TranslatorExtension.php