[PR #39] [MERGED] Merge release 1.2.1 into master #47

Closed
opened 2026-01-24 11:24:56 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/reflection/pull/39
Author: @doctrinebot
Created: 3/27/2020
Status: Merged
Merged: 5/28/2020
Merged by: @greg0ire

Base: masterHead: 1.2.x-merge-up-into-master_5e7dde72ad2893.04078589


📝 Commits (4)

  • 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.
  • 55e7191 Merge pull request #37 from doctrine/GH-36-BugfixTypedNullable

📊 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

Release 1.2.1

1.2.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Bug


🔄 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/39 **Author:** [@doctrinebot](https://github.com/doctrinebot) **Created:** 3/27/2020 **Status:** ✅ Merged **Merged:** 5/28/2020 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `master` ← **Head:** `1.2.x-merge-up-into-master_5e7dde72ad2893.04078589` --- ### 📝 Commits (4) - [`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. - [`55e7191`](https://github.com/doctrine/reflection/commit/55e71912dfcd824b2fdd16f2d9afe15684cfce79) Merge pull request #37 from doctrine/GH-36-BugfixTypedNullable ### 📊 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 Release [1.2.1](https://github.com/doctrine/reflection/milestone/5) 1.2.1 ===== - Total issues resolved: **1** - Total pull requests resolved: **1** - Total contributors: **2** Bug --- - [37: &#91;GH-36&#93; Bugfix: TypedNoDefaultReflectionProperty::setValue NULL when null allowed](https://github.com/doctrine/reflection/pull/37) thanks to @beberlei and @signor-pedro --- <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:56 +01:00
admin closed this issue 2026-01-24 11:24:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/reflection#47