mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Provide an interface for BaseLifecycleEventArgs childs #7130
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tebaly on GitHub (Apr 5, 2023).
https://github.com/doctrine/orm/blame/2.14.x/UPGRADE.md#L61
BC Break Report
BaseLifecycleEventArgs
Summary
Hello. Please provide an interface
Previously all types were LifecycleEventArgs
Right now I can't determine the type for
$argsinindexmethod :(@derrabus commented on GitHub (Apr 5, 2023):
For a deprecation that you don't agree with? Seriously?
It's
PreUpdateEventArgs | PrePersistEventArgs.@tebaly commented on GitHub (Apr 5, 2023):
Let's have the full version of your beautiful code
Seriously?