Skip to content

Commit 59687a2

Browse files
authored
fix: remove legacy doctrine php 8 attribute note (#1477)
1 parent 28fd89d commit 59687a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

distribution/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,6 @@ Doctrine's annotations map these entities to tables in the database. Annotations
520520
the code and the configuration but, if you want to decouple classes from their metadata, you can switch to XML or YAML mappings.
521521
They are supported as well.
522522

523-
**Note:** Doctrine ORM doesn't support PHP 8 attributes at this time, but support should be added soon ([a Pull Request already exists](https://github.com/doctrine/orm/pull/8266)).
524-
525523
Learn more about how to map entities with the Doctrine ORM in [the project's official documentation](https://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/association-mapping.html)
526524
or in Kévin's book "[Persistence in PHP with the Doctrine ORM](https://www.amazon.fr/gp/product/B00HEGSKYQ/ref=as_li_tl?ie=UTF8&camp=1642&creative=6746&creativeASIN=B00HEGSKYQ&linkCode=as2&tag=kevidung-21)".
527525

0 commit comments

Comments
 (0)