mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-15 21:38:24 +01:00
18 lines
489 B
YAML
18 lines
489 B
YAML
parameters:
|
|
exclude_paths:
|
|
- "/Fixture/"
|
|
- "/Fixtures/"
|
|
- "/Expected/"
|
|
- "/Source/"
|
|
- "packages/Symfony/src/Bridge/DefaultAnalyzedSymfonyApplicationContainer.php"
|
|
- "src/Testing/PHPUnit/AbstractRectorTestCase.php"
|
|
|
|
# autoload-buggy cases
|
|
- "*.php.inc"
|
|
|
|
# so Rector code is still PHP 7.1 compatible
|
|
php_version_features: '7.1'
|
|
|
|
services:
|
|
Rector\CodingStyle\Rector\Namespace_\ImportFullyQualifiedNamesRector: ~
|