imports: - { resource: "create-rector.yaml", ignore_errors: true } parameters: exclude_paths: - "/Fixture/" - "/Expected/" - "packages/Symfony/src/Bridge/DefaultAnalyzedSymfonyApplicationContainer.php" - "src/Testing/PHPUnit/AbstractRectorTestCase.php" - "packages/Php/tests/Rector/Name/ReservedObjectRector/*" # autoload-buggy cases - "*.php.inc" # so Rector code is still PHP 7.2 compatible php_version_features: '7.2'