From 618b22ab217b773d18abfce8bfe4dd6960738371 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 20 Apr 2020 20:05:14 +0200 Subject: tests: add phpstan static analysis tool (level5) --- phpstan.neon | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 phpstan.neon (limited to 'phpstan.neon') diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..8c4765c --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,7 @@ +parameters: + level: 5 + paths: + - app/class + - app/fn + - index.php + - tests -- cgit v1.2.3