mirror of
https://github.com/doctrine/persistence.git
synced 2026-03-23 22:42:11 +01:00
@@ -30,6 +30,13 @@ Deprecated classes have been removed:
|
||||
- `Doctrine\Persistence\Reflection\RuntimePublicReflectionProperty`
|
||||
- `Doctrine\Persistence\Reflection\TypedNoDefaultRuntimePublicReflectionProperty`
|
||||
|
||||
# Upgrade to 3.4
|
||||
|
||||
## Deprecated `StaticReflectionService`
|
||||
|
||||
The class `Doctrine\Persistence\Mapping\StaticReflectionService` is deprecated
|
||||
without replacement.
|
||||
|
||||
# Upgrade to 3.3
|
||||
|
||||
## Added method `ObjectManager::isUninitializedObject()`
|
||||
|
||||
@@ -15,6 +15,8 @@ use function substr;
|
||||
|
||||
/**
|
||||
* PHP Runtime Reflection Service.
|
||||
*
|
||||
* @deprecated No replacement planned
|
||||
*/
|
||||
class StaticReflectionService implements ReflectionService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user