diff --git a/rector.php b/rector.php index 4b38affb3..126c814e9 100644 --- a/rector.php +++ b/rector.php @@ -69,9 +69,8 @@ return static function (RectorConfig $rectorConfig): void { // skip some path... $rectorConfig->skip([ - // we must adapt service definition - \Rector\Symfony\Symfony28\Rector\MethodCall\GetToConstructorInjectionRector::class, - \Rector\Symfony\Symfony34\Rector\Closure\ContainerGetNameToTypeInTestsRector::class, + // waiting for fixing this bug: https://github.com/rectorphp/rector-doctrine/issues/342 + \Rector\Doctrine\CodeQuality\Rector\Property\ImproveDoctrineCollectionDocTypeInEntityRector::class, ]); $rectorConfig->ruleWithConfiguration(AnnotationToAttributeRector::class, [