phan config

This commit is contained in:
overflowerror 2021-01-18 23:28:46 +01:00
parent 787610bc8a
commit 7ebb7aeacd

6
.phan/config.php Normal file
View file

@ -0,0 +1,6 @@
<?php
return [
"target_php_version" => "7.4",
"directory_list" => ["src/"],
"exclude_analysis_directory_list" => ["vendor/"],
];