diff --git a/UPGRADE.md b/UPGRADE.md index d7f5b044..2883f3b6 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -6,6 +6,13 @@ awareness about deprecated code. - Use of our low-overhead runtime deprecation API, details: https://github.com/doctrine/deprecations/ +# Upgrade to 3.4 + +## Deprecated `StaticReflectionService` + +The class `Doctrine\Persistence\Mapping\StaticReflectionService` is deprecated +without replacement. + # Upgrade to 3.3 ## Added method `ObjectManager::isUninitializedObject()` diff --git a/src/Persistence/Mapping/StaticReflectionService.php b/src/Persistence/Mapping/StaticReflectionService.php index c9f21470..c6c71899 100644 --- a/src/Persistence/Mapping/StaticReflectionService.php +++ b/src/Persistence/Mapping/StaticReflectionService.php @@ -11,6 +11,8 @@ /** * PHP Runtime Reflection Service. + * + * @deprecated No replacement planned */ class StaticReflectionService implements ReflectionService {