mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #29] [MERGED] Fix @Transient annotation -- logic bug plus broken due to typo #61
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/KeyValueStore/pull/29
Author: @TheDistantSea
Created: 7/9/2015
Status: ✅ Merged
Merged: 7/9/2015
Merged by: @beberlei
Base:
master← Head:transient-annotation-fixes📝 Commits (2)
b8f709dFixing typo that caused fatal error4bebd86Fixing logic bug in handling @Transient annotation (it just did nothing at all)📊 Changes
2 files changed (+4 additions, -1 deletions)
View changed files
📝
lib/Doctrine/KeyValueStore/Mapping/AnnotationDriver.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Mapping/ClassMetadata.php(+3 -0)📄 Description
The
@Transientannotation simply does not work becauseThis PR fixes both issues.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.