[PR #35] [MERGED] [GH-34] Instead of NULL, unitialize typed properties without default. #39

Open
opened 2026-01-24 11:24:54 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/reflection/pull/35
Author: @beberlei
Created: 3/15/2020
Status: Merged
Merged: 3/21/2020
Merged by: @beberlei

Base: masterHead: GH-34-SetValueUnitialized


📝 Commits (1)

  • cd4811c [GH-34] Instead of NULL, unitialize typed properties without default.

📊 Changes

2 files changed (+48 additions, -0 deletions)

View changed files

📝 lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php (+25 -0)
📝 tests/Doctrine/Tests_PHP74/Common/Reflection/TypedNoDefaultReflectionPropertyTest.php (+23 -0)

📄 Description

Fixes #34

Related to doctrine/orm#7999


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/reflection/pull/35 **Author:** [@beberlei](https://github.com/beberlei) **Created:** 3/15/2020 **Status:** ✅ Merged **Merged:** 3/21/2020 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `GH-34-SetValueUnitialized` --- ### 📝 Commits (1) - [`cd4811c`](https://github.com/doctrine/reflection/commit/cd4811c644b8bcbf508367145573c5fd392b82a6) [GH-34] Instead of NULL, unitialize typed properties without default. ### 📊 Changes **2 files changed** (+48 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php` (+25 -0) 📝 `tests/Doctrine/Tests_PHP74/Common/Reflection/TypedNoDefaultReflectionPropertyTest.php` (+23 -0) </details> ### 📄 Description Fixes #34 Related to doctrine/orm#7999 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:24:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/reflection#39