From f79eadbad8b41dc8fffea0c131cab9309f10a97c Mon Sep 17 00:00:00 2001 From: Taras Andrusiak Date: Wed, 6 Mar 2024 09:41:55 +0200 Subject: [PATCH] Fix incorrect namespace for ANNOTATIONS_TO_ATTRIBUTES class. --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 1784b1099..93ae1ced1 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -12,7 +12,7 @@ Starting from this release [doctrine/annotations](https://github.com/doctrine/an If you still want to use them, please make sure that you require in `composer.json` file. We strongly recommend to start using [Attributes](https://www.php.net/manual/en/language.attributes.overview.php) with PHP 8. -You can easily migrate annotations to attributes with [rector](https://github.com/rectorphp/rector) and `Rector\Symfony\Set::ANNOTATIONS_TO_ATTRIBUTES` rules. +You can easily migrate annotations to attributes with [rector](https://github.com/rectorphp/rector) and `Rector\Symfony\Set\SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES` rules. From 2.x to 3.0.0 =================