From 99a49bfc9699703868d44cad7c1e7726d62fa1a8 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Sat, 5 Apr 2025 13:09:47 +0200 Subject: [PATCH] Add Doctrine attributes set --- rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rector.php b/rector.php index a0dbaf25a..46b1c004d 100644 --- a/rector.php +++ b/rector.php @@ -13,4 +13,5 @@ return RectorConfig::configure() __DIR__ . '/web', ]) ->withImportNames(importShortClasses: false) + ->withAttributesSets(doctrine: true) ->withTypeCoverageLevel(0);