rector/rules/php70/config/config.yaml
2020-03-24 23:44:42 +01:00

12 lines
250 B
YAML

services:
_defaults:
public: true
autowire: true
Rector\Php70\:
resource: '../src'
exclude:
- '../src/Rector/**/*Rector.php'
- '../src/Exception/*'
- '../src/ValueObject/*'