[PR #47] [CLOSED] Deprecate static reflection #53

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/47
Author: @greg0ire
Created: 7/28/2020
Status: Closed

Base: 1.2.xHead: deprecate-static-reflection


📝 Commits (1)

  • bbd13b4 Deprecate static reflection

📊 Changes

9 files changed (+43 additions, -82 deletions)

View changed files

UPGRADE.md (+16 -0)
📝 docs/en/reference/index.rst (+2 -82)
📝 lib/Doctrine/Common/Reflection/ClassFinderInterface.php (+3 -0)
📝 lib/Doctrine/Common/Reflection/Psr0FindFile.php (+3 -0)
📝 lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php (+4 -0)
📝 lib/Doctrine/Common/Reflection/StaticReflectionClass.php (+4 -0)
📝 lib/Doctrine/Common/Reflection/StaticReflectionMethod.php (+4 -0)
📝 lib/Doctrine/Common/Reflection/StaticReflectionParser.php (+3 -0)
📝 lib/Doctrine/Common/Reflection/StaticReflectionProperty.php (+4 -0)

📄 Description

It has become a burden to maintain, for no benefit since we cannot find
usages for it in Doctrine itself. The plan is to create a new major
version without this types, so that php 8 compatibility is achieved.

After this, the package will consist in only 2 classes that should
probably moved elsewhere.


🔄 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/47 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 7/28/2020 **Status:** ❌ Closed **Base:** `1.2.x` ← **Head:** `deprecate-static-reflection` --- ### 📝 Commits (1) - [`bbd13b4`](https://github.com/doctrine/reflection/commit/bbd13b4898371f934f095e0ccaf22788add309cf) Deprecate static reflection ### 📊 Changes **9 files changed** (+43 additions, -82 deletions) <details> <summary>View changed files</summary> ➕ `UPGRADE.md` (+16 -0) 📝 `docs/en/reference/index.rst` (+2 -82) 📝 `lib/Doctrine/Common/Reflection/ClassFinderInterface.php` (+3 -0) 📝 `lib/Doctrine/Common/Reflection/Psr0FindFile.php` (+3 -0) 📝 `lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php` (+4 -0) 📝 `lib/Doctrine/Common/Reflection/StaticReflectionClass.php` (+4 -0) 📝 `lib/Doctrine/Common/Reflection/StaticReflectionMethod.php` (+4 -0) 📝 `lib/Doctrine/Common/Reflection/StaticReflectionParser.php` (+3 -0) 📝 `lib/Doctrine/Common/Reflection/StaticReflectionProperty.php` (+4 -0) </details> ### 📄 Description It has become a burden to maintain, for no benefit since we cannot find usages for it in Doctrine itself. The plan is to create a new major version without this types, so that php 8 compatibility is achieved. After this, the package will consist in only 2 classes that should probably moved elsewhere. --- <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#53