[PR #37] [MERGED] [GH-36] Bugfix: TypedNoDefaultReflectionProperty::setValue NULL when null allowed #40

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/reflection/pull/37
Author: @beberlei
Created: 3/23/2020
Status: Merged
Merged: 3/27/2020
Merged by: @beberlei

Base: 1.2.xHead: GH-36-BugfixTypedNullable


📝 Commits (3)

  • 1ab2818 [GH-36] Bugfix: TypedNoDefaultReflectionProperty::setValue NULL when null allowed.
  • 1a5837f [Build] Attempt at fix.
  • fbc77cc [GH-36] Be on the safe side and check property has a type.

📊 Changes

4 files changed (+38 additions, -2 deletions)

View changed files

📝 .scrutinizer.yml (+1 -1)
📝 .travis.yml (+4 -0)
📝 lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php (+1 -1)
📝 tests/Doctrine/Tests_PHP74/Common/Reflection/TypedNoDefaultReflectionPropertyTest.php (+32 -0)

📄 Description

1.2 introduced a regression

Fixes #36


🔄 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/37 **Author:** [@beberlei](https://github.com/beberlei) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/27/2020 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `1.2.x` ← **Head:** `GH-36-BugfixTypedNullable` --- ### 📝 Commits (3) - [`1ab2818`](https://github.com/doctrine/reflection/commit/1ab281861bddc3f93f8a03103b772bc768b1ab38) [GH-36] Bugfix: TypedNoDefaultReflectionProperty::setValue NULL when null allowed. - [`1a5837f`](https://github.com/doctrine/reflection/commit/1a5837f909a81f10f5ee4d0d299d42a53403bc0b) [Build] Attempt at fix. - [`fbc77cc`](https://github.com/doctrine/reflection/commit/fbc77cc1c8ac834d33a773640469c3d3a66d0538) [GH-36] Be on the safe side and check property has a type. ### 📊 Changes **4 files changed** (+38 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.scrutinizer.yml` (+1 -1) 📝 `.travis.yml` (+4 -0) 📝 `lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php` (+1 -1) 📝 `tests/Doctrine/Tests_PHP74/Common/Reflection/TypedNoDefaultReflectionPropertyTest.php` (+32 -0) </details> ### 📄 Description 1.2 introduced a regression Fixes #36 --- <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:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/reflection#40