Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add types to EntityListenerResolver #9976

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented Aug 7, 2022

Part of #9772

SenseException
SenseException previously approved these changes Aug 8, 2022

/**
* Register a entity listener instance.
*
* @param object $object An entity listener
*/
public function register($object);
public function register(object $object): void;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to keep the arguments @param docblock?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessarily. I was unsure if it still provides value. What do you think? Remove?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it can be removed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

SenseException
SenseException previously approved these changes Aug 8, 2022
@derrabus derrabus force-pushed the types/listener-resolver branch from d25e285 to a1479db Compare August 8, 2022 19:55
@derrabus derrabus merged commit 41bca04 into doctrine:3.0.x Aug 8, 2022
@derrabus derrabus deleted the types/listener-resolver branch August 8, 2022 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants