mirror of
https://github.com/jbcr/AlmaSyliusPaymentPlugin.git
synced 2026-03-24 00:42:14 +01:00
16 lines
648 B
Plaintext
16 lines
648 B
Plaintext
parameters:
|
|
customRulesetUsed: true
|
|
reportUnmatchedIgnoredErrors: false
|
|
checkMissingIterableValueType: false
|
|
|
|
excludes_analyse:
|
|
# Makes PHPStan crash
|
|
- 'src/DependencyInjection/Configuration.php'
|
|
|
|
# Test dependencies
|
|
- 'tests/Application/app/**.php'
|
|
- 'tests/Application/src/**.php'
|
|
|
|
ignoreErrors:
|
|
- '/Parameter #1 \$configuration of method Symfony\\Component\\DependencyInjection\\Extension\\Extension::processConfiguration\(\) expects Symfony\\Component\\Config\\Definition\\ConfigurationInterface, Symfony\\Component\\Config\\Definition\\ConfigurationInterface\|null given\./'
|