Skip to content

Commit

Permalink
Merge pull request #10379 from greg0ire/remove-cmi
Browse files Browse the repository at this point in the history
Remove ClassMetadataInfo
  • Loading branch information
greg0ire authored Jan 13, 2023
2 parents c226b95 + d83b1e3 commit c8b0931
Show file tree
Hide file tree
Showing 9 changed files with 3,020 additions and 3,045 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

Use `getObjectManager()` instead.

## BC BREAK: Removed `Doctrine\ORM\Mapping\ClassMetadataInfo` class

Use `Doctrine\ORM\Mapping\ClassMetadata` instead.

## BC BREAK: Removed `Doctrine\ORM\Event\LifecycleEventArgs` class.

Use one of the dedicated event classes instead:
Expand Down
Loading

0 comments on commit c8b0931

Please sign in to comment.