mirror of
https://github.com/doctrine/reflection.git
synced 2026-03-24 08:42:07 +01:00
[PR #47] [CLOSED] Deprecate static reflection #53
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/47
Author: @greg0ire
Created: 7/28/2020
Status: ❌ Closed
Base:
1.2.x← Head:deprecate-static-reflection📝 Commits (1)
bbd13b4Deprecate 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.