Merge pull request #380 from greg0ire/4.0.x

Merge 3.4.x up into 4.0.x
This commit is contained in:
Grégoire Paris
2024-06-23 20:34:42 +02:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -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()`

View File

@@ -15,6 +15,8 @@ use function substr;
/**
* PHP Runtime Reflection Service.
*
* @deprecated No replacement planned
*/
class StaticReflectionService implements ReflectionService
{