From 846f8349cc3c934a066ded33ca6963852aa9a3ca Mon Sep 17 00:00:00 2001 From: Stefan Poensgen Date: Sat, 9 Feb 2019 12:19:50 +0100 Subject: [PATCH] Add phpstan.neon --- .editorconfig | 0 .php_cs.dist | 0 phpstan.neon | 15 +++++++++++++++ 3 files changed, 15 insertions(+) mode change 100644 => 100755 .editorconfig mode change 100644 => 100755 .php_cs.dist create mode 100644 phpstan.neon diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.php_cs.dist b/.php_cs.dist old mode 100644 new mode 100755 diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..beff465 --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,15 @@ +parameters: + level: 7 + + autoload_directories: + - %currentWorkingDirectory%/../../../var/cache + - %currentWorkingDirectory%/../../../engine/Library + - %currentWorkingDirectory% + + autoload_files: + - %currentWorkingDirectory%/../../../autoload.php + + paths: + - %currentWorkingDirectory% + + reportUnmatchedIgnoredErrors: false