mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #513] [MERGED] Enumeration support #8315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/513
Author: @FabioBatSilva
Created: 11/13/2012
Status: ✅ Merged
Merged: 11/15/2012
Merged by: @beberlei
Base:
master← Head:annot-enum📝 Commits (3)
a07c63dadded support for @Enumc1de4c5update doctrine-common7782730Fix CS📊 Changes
9 files changed (+114 additions, -29 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php(+5 -1)📝
lib/Doctrine/ORM/Mapping/GeneratedValue.php(+5 -1)📝
lib/Doctrine/ORM/Mapping/InheritanceType.php(+5 -1)📝
lib/Doctrine/ORM/Mapping/ManyToMany.php(+29 -7)📝
lib/Doctrine/ORM/Mapping/ManyToOne.php(+17 -4)📝
lib/Doctrine/ORM/Mapping/OneToMany.php(+25 -6)📝
lib/Doctrine/ORM/Mapping/OneToOne.php(+25 -6)📝
lib/vendor/doctrine-common(+1 -1)📝
tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php(+2 -2)📄 Description
This patch adds support for
@Enum. https://github.com/doctrine/common/pull/167Please let me know if there is another annotations where we can use
@Enum.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.