X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fpsy%2Fpsysh%2F.phan%2Fconfig.php;fp=vendor%2Fpsy%2Fpsysh%2F.phan%2Fconfig.php;h=433a04ab9075a78d9bdaeb30dabf998d192ccc95;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hp=0000000000000000000000000000000000000000;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/psy/psysh/.phan/config.php b/vendor/psy/psysh/.phan/config.php new file mode 100644 index 000000000..433a04ab9 --- /dev/null +++ b/vendor/psy/psysh/.phan/config.php @@ -0,0 +1,46 @@ + [ + 'src/', + 'vendor/dnoegel/php-xdg-base-dir/src/', + 'vendor/doctrine/instantiator/src/', + 'vendor/hoa/console/', + 'vendor/jakub-onderka/php-console-color/src/', + 'vendor/jakub-onderka/php-console-highlighter/src/', + 'vendor/nikic/php-parser/lib/', + 'vendor/phpdocumentor/reflection-docblock/', + 'vendor/symfony/console/', + 'vendor/symfony/filesystem/', + 'vendor/symfony/finder/', + 'vendor/symfony/var-dumper/', + ], + + // A directory list that defines files that will be excluded + // from static analysis, but whose class and method + // information should be included. + // + // Generally, you'll want to include the directories for + // third-party code (such as "vendor/") in this list. + // + // n.b.: If you'd like to parse but not analyze 3rd + // party code, directories containing that code + // should be added to both the `directory_list` + // and `exclude_analysis_directory_list` arrays. + "exclude_analysis_directory_list" => [ + 'vendor/' + ], +];