| Current Path : /var/www/v3.cesa.co.za/vendor/symfony/maker-bundle/ |
| Current File : /var/www/v3.cesa.co.za/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/*
-
message: '#^Method .*Test\:\:test\w+\(.* has no return type specified\.$#'
identifier: missingType.return
path: tests/*