From 7ebb7aeacde690bfae76743476337f101a48f3e1 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Mon, 18 Jan 2021 23:28:46 +0100 Subject: [PATCH] phan config --- .phan/config.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .phan/config.php diff --git a/.phan/config.php b/.phan/config.php new file mode 100644 index 0000000..ee8e7df --- /dev/null +++ b/.phan/config.php @@ -0,0 +1,6 @@ + "7.4", + "directory_list" => ["src/"], + "exclude_analysis_directory_list" => ["vendor/"], +];