1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00
api/.phan/config.php
2017-07-30 15:57:14 +02:00

13 lines
248 B
PHP

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