mirror of
https://github.com/jbcr/SyliusCmsPlugin.git
synced 2026-03-24 08:52:18 +01:00
22 lines
847 B
Plaintext
22 lines
847 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
|
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
|
|
|
|
parameters:
|
|
reportUnmatchedIgnoredErrors: false
|
|
|
|
symfony:
|
|
container_xml_path: tests/Application/var/cache/test/appTestDebugProjectContainer.xml
|
|
|
|
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./'
|