rector/src/config/services.yml

8 lines
311 B
YAML
Raw Normal View History

2017-07-15 19:01:21 +02:00
services:
Rector\:
2017-12-02 13:55:22 +01:00
resource: '../'
exclude: '../{Node/Attribute.php,Rector/**/*Rector.php,Reporting/FileDiff.php,Testing,RectorDefinition,*/*/*Info.php,Configuration/Rector/*Recipe.php,Exception/*}'
2017-07-15 19:01:21 +02:00
2018-04-26 23:14:12 +02:00
# extra services
2018-06-01 15:51:34 +02:00
Rector\Symfony\Rector\Form\Helper\FormTypeStringToTypeProvider: ~