mirror of
https://github.com/doctrine/reflection.git
synced 2026-03-24 08:42:07 +01:00
[PR #37] [MERGED] [GH-36] Bugfix: TypedNoDefaultReflectionProperty::setValue NULL when null allowed #40
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/37
Author: @beberlei
Created: 3/23/2020
Status: ✅ Merged
Merged: 3/27/2020
Merged by: @beberlei
Base:
1.2.x← Head: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.