1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00
This commit is contained in:
Robin Appelman 2017-07-30 15:50:24 +02:00
commit b3fbc1be3c
7 changed files with 91 additions and 10 deletions

13
.phan/config.php Normal file
View file

@ -0,0 +1,13 @@
<?php
return [
'directory_list' => [
'src',
'vendor',
],
'exclude_file_regex' => '@^vendor/.*/(tests|Tests)/@',
"exclude_analysis_directory_list" => [
'vendor/'
],
'dead_code_detection' => false,
];