[PR #41] [MERGED] Manually merge 1.1.x into 1.2.x #49

Open
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/41
Author: @greg0ire
Created: 5/27/2020
Status: Merged
Merged: 5/28/2020
Merged by: @greg0ire

Base: 1.2.xHead: 1.2.x


📝 Commits (5)

  • 1c7272c Fix typos
  • d11bac7 Merge pull request #40 from pgrimaud/master
  • 41a2f0f Add type check to prevent PHP 7.4 warnings
  • 1b33070 Merge pull request #33 from DieterHolvoet/issue-32
  • 344bc74 Merge remote-tracking branch 'origin/1.1.x' into 1.2.x

📊 Changes

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

View changed files

📝 lib/Doctrine/Common/Reflection/StaticReflectionParser.php (+5 -1)
📝 lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php (+1 -1)
tests/Doctrine/Tests_PHP74/Common/Reflection/Dummies/TokenParserAnonymousFunctionTestClass.php (+13 -0)
tests/Doctrine/Tests_PHP74/Common/Reflection/TokenParserAnonymousFunctionTest.php (+24 -0)

📄 Description

1.1.x is no longer supposed to be maintained


🔄 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/41 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 5/27/2020 **Status:** ✅ Merged **Merged:** 5/28/2020 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `1.2.x` ← **Head:** `1.2.x` --- ### 📝 Commits (5) - [`1c7272c`](https://github.com/doctrine/reflection/commit/1c7272c98a3513db9200abbfa2a00f9897b3e4f4) Fix typos - [`d11bac7`](https://github.com/doctrine/reflection/commit/d11bac73dbb2f0934f7e7a997b7677cf05074a16) Merge pull request #40 from pgrimaud/master - [`41a2f0f`](https://github.com/doctrine/reflection/commit/41a2f0f445d9920caa15d0ff27c3adff71c59425) Add type check to prevent PHP 7.4 warnings - [`1b33070`](https://github.com/doctrine/reflection/commit/1b33070b493ac658fdf09e3cbc6999da125b22e2) Merge pull request #33 from DieterHolvoet/issue-32 - [`344bc74`](https://github.com/doctrine/reflection/commit/344bc74ba8c59257710efff14c243a1d0056a45c) Merge remote-tracking branch 'origin/1.1.x' into 1.2.x ### 📊 Changes **4 files changed** (+43 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/Common/Reflection/StaticReflectionParser.php` (+5 -1) 📝 `lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php` (+1 -1) ➕ `tests/Doctrine/Tests_PHP74/Common/Reflection/Dummies/TokenParserAnonymousFunctionTestClass.php` (+13 -0) ➕ `tests/Doctrine/Tests_PHP74/Common/Reflection/TokenParserAnonymousFunctionTest.php` (+24 -0) </details> ### 📄 Description 1.1.x is no longer supposed to be maintained --- <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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/reflection#49