mirror of
https://github.com/doctrine/reflection.git
synced 2026-03-24 08:42:07 +01:00
[PR #35] [MERGED] [GH-34] Instead of NULL, unitialize typed properties without default. #39
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/reflection/pull/35
Author: @beberlei
Created: 3/15/2020
Status: ✅ Merged
Merged: 3/21/2020
Merged by: @beberlei
Base:
master← Head: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.