HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/dvpis2025/dvpis.kaunokolegija.lt/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/*