From f1f1c5d34d8c34fe9fc09ba288bdb4397b9c90ce Mon Sep 17 00:00:00 2001 From: Thomas Kerin Date: Tue, 10 Dec 2019 02:14:45 +0000 Subject: [PATCH] phpstan: exclude Collection classes from analysis --- 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 000000000..7e6c93ae9 --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,3 @@ +parameters: + excludes_analyse: + - src/Collection