parameters(); $parameters->set( Option::SYMFONY_CONTAINER_XML_PATH_PARAMETER, __DIR__ . '/var/cache/dev/App_KernelDevDebugContainer.xml' ); // endregion // Define what rule sets will be applied $containerConfigurator->import(DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES); $containerConfigurator->import(SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES); $containerConfigurator->import(SensiolabsSetList::FRAMEWORK_EXTRA_61); // get services (needed for register a single rule) // $services = $containerConfigurator->services(); // register a single rule // $services->set(TypedPropertyRector::class); };