services(); $services->defaults() ->public() ->autowire(); $services->load('Rector\Php70\\', __DIR__ . '/../src') ->exclude( [__DIR__ . '/../src/Rector/*', __DIR__ . '/../src/Exception/*', __DIR__ . '/../src/ValueObject/*'] ); };