mirror of
https://github.com/doctrine/reflection.git
synced 2026-03-24 08:42:07 +01:00
[PR #47] Deprecate static reflection #57
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?
Original Pull Request: https://github.com/doctrine/reflection/pull/47
State: closed
Merged: No
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.