mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 04:48:55 +00:00
phan config
This commit is contained in:
parent
787610bc8a
commit
7ebb7aeacd
1 changed files with 6 additions and 0 deletions
6
.phan/config.php
Normal file
6
.phan/config.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
return [
|
||||||
|
"target_php_version" => "7.4",
|
||||||
|
"directory_list" => ["src/"],
|
||||||
|
"exclude_analysis_directory_list" => ["vendor/"],
|
||||||
|
];
|
Loading…
Reference in a new issue