From b551d62504d4598182c64284464fe8fa9ebeeabb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 14 Mar 2018 19:02:43 +0100 Subject: [PATCH] Draft phpstan config --- Config/phpstan.neon | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Config/phpstan.neon diff --git a/Config/phpstan.neon b/Config/phpstan.neon new file mode 100644 index 0000000..3f523f2 --- /dev/null +++ b/Config/phpstan.neon @@ -0,0 +1,7 @@ +parameters: + ignoreErrors: + - '#Access to protected property Web\WebApplication::\$[a-zA-Z0-9_]+#' + fileExtensions: + - php + excludes_analyse: + - *.tpl.php \ No newline at end of file