update
This commit is contained in:
26
projects/priceservice/vendor/symfony/maker-bundle/phpstan.dist.neon
vendored
Normal file
26
projects/priceservice/vendor/symfony/maker-bundle/phpstan.dist.neon
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
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/*
|
||||
Reference in New Issue
Block a user