[PR #29] Fix @Transient annotation -- logic bug plus broken due to typo #64

Closed
opened 2026-01-23 11:35:04 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/KeyValueStore/pull/29

State: closed
Merged: Yes


The @Transient annotation simply does not work because

  1. trying to use it dies with trying method call on non-object (due to typo)
  2. there's a logic bug causing the annotation to close the barn door after the horse is gone

This PR fixes both issues.

**Original Pull Request:** https://github.com/doctrine/KeyValueStore/pull/29 **State:** closed **Merged:** Yes --- The `@Transient` annotation simply does not work because 1. trying to use it dies with trying method call on non-object (due to typo) 2. there's a logic bug causing the annotation to close the barn door after the horse is gone This PR fixes both issues.
admin added the pull-request label 2026-01-23 11:35:04 +01:00
admin closed this issue 2026-01-23 11:35:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#64