[ 'src', 'vendor', ], /** * 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 the `directory_list` as * to `exclude_analysis_directory_list`. */ "exclude_analysis_directory_list" => [ 'vendor/' ], ];