Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/vendor/symfony/maker-bundle/phpstan.dist.neon

parameters:
    level: 6
    bootstrapFiles:
        - vendor/autoload.php
        - tools/phpstan/includes/vendor/autoload.php
    paths:
        - src/Maker
        - tests/Command
        - tests/Docker
        - tests/Maker
    excludePaths:
        - tests/Doctrine/fixtures
        - tests/fixtures
        - tests/Security/fixtures
        - tests/Security/yaml_fixtures
        - tests/tmp
        - tests/Util/fixtures
        - tests/Util/yaml_fixtures
    ignoreErrors:
        -
            message: '#Property .+phpCompatUtil is never read, only written\.#'
            path: src/Maker/*

        -
            message: '#Class Symfony\\Bundle\\MakerBundle\\Maker\\LegacyApiTestCase not found#'
            path: src/Maker/*
Back to Directory File Manager