mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-26 04:32:36 +01:00
15 lines
360 B
YAML
15 lines
360 B
YAML
parameters:
|
|
# explicit environment of analyzed application
|
|
kernel_environment: ''
|
|
# explicit kernel class of analyzed application
|
|
kernel_class: ''
|
|
|
|
services:
|
|
_defaults:
|
|
public: true
|
|
autowire: true
|
|
|
|
Rector\Symfony\:
|
|
resource: '../src/'
|
|
exclude: '../src/{Rector/**/*Rector.php,PhpDocParser/Ast/PhpDoc/*}'
|