Skip to content

Commit

Permalink
Merge pull request #1541 from tandrus/master
Browse files Browse the repository at this point in the history
Fix incorrect namespace for ANNOTATIONS_TO_ATTRIBUTES class.
  • Loading branch information
scyzoryck committed Mar 6, 2024
2 parents b48dc57 + f79eadb commit 46c1eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
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 46c1eec

Please sign in to comment.