mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
13 lines
296 B
YAML
13 lines
296 B
YAML
parameters:
|
|
exclude_paths:
|
|
- "/tests/"
|
|
- "/Fixtures/"
|
|
# 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: ~
|