Skip to content

Commit

Permalink
Fix incorrect namespace for ANNOTATIONS_TO_ATTRIBUTES class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Andrusiak committed Mar 6, 2024
1 parent b48dc57 commit f79eadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=================
Expand Down

0 comments on commit f79eadb

Please sign in to comment.