pug-php/pug-symfony

View on GitHub
.phan/config.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'directory_list' => [
        'src',
        'vendor',
    ],

    'exclude_file_regex' => '@^vendor/.*/(tests?|Tests?)/@',

    'exclude_analysis_directory_list' => [
        'vendor/',
    ],
];