Skip to content

Commit

Permalink
Merge pull request #380 from greg0ire/4.0.x
Browse files Browse the repository at this point in the history
Merge 3.4.x up into 4.0.x
  • Loading branch information
greg0ire authored Jun 23, 2024
2 parents 1372f7f + e8224ee commit 1996fcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
Expand Down
2 changes: 2 additions & 0 deletions src/Persistence/Mapping/StaticReflectionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

/**
* PHP Runtime Reflection Service.
*
* @deprecated No replacement planned
*/
class StaticReflectionService implements ReflectionService
{
Expand Down

0 comments on commit 1996fcd

Please sign in to comment.