[PR #45] [MERGED] Manually merge 1.2.x into master #52

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/reflection/pull/45
Author: @greg0ire
Created: 6/20/2020
Status: Merged
Merged: 6/20/2020
Merged by: @greg0ire

Base: masterHead: master


📝 Commits (10+)

  • 827618c Validate composer files
  • 79de251 Sort packages alphabetically
  • 8f7fdc0 Merge pull request #38 from greg0ire/validate-composer-json
  • 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
  • edfb312 Use CodeCov instead of Scrutinizer
  • efdbb0f Merge pull request #44 from greg0ire/scrutinizer➡codecov

📊 Changes

9 files changed (+60 additions, -40 deletions)

View changed files

.scrutinizer.yml (+0 -29)
📝 .travis.yml (+3 -3)
📝 README.md (+1 -2)
📝 composer.json (+9 -3)
📝 composer.lock (+4 -1)
📝 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

No description provided


🔄 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/45 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 6/20/2020 **Status:** ✅ Merged **Merged:** 6/20/2020 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`827618c`](https://github.com/doctrine/reflection/commit/827618c360d0a0a554bb15fe670e83b8770c0437) Validate composer files - [`79de251`](https://github.com/doctrine/reflection/commit/79de2517bac330cdda0a6fb4064b2d9d12706f61) Sort packages alphabetically - [`8f7fdc0`](https://github.com/doctrine/reflection/commit/8f7fdc01b32df50693c7002ac6de99b92f827be2) Merge pull request #38 from greg0ire/validate-composer-json - [`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 - [`edfb312`](https://github.com/doctrine/reflection/commit/edfb312da0bfd40e516bfc6eb784098657437331) Use CodeCov instead of Scrutinizer - [`efdbb0f`](https://github.com/doctrine/reflection/commit/efdbb0f82a13b431613880fd476fcec43f49415d) Merge pull request #44 from greg0ire/scrutinizer➡codecov ### 📊 Changes **9 files changed** (+60 additions, -40 deletions) <details> <summary>View changed files</summary> ➖ `.scrutinizer.yml` (+0 -29) 📝 `.travis.yml` (+3 -3) 📝 `README.md` (+1 -2) 📝 `composer.json` (+9 -3) 📝 `composer.lock` (+4 -1) 📝 `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 _No description provided_ --- <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:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/reflection#52