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

Quick-fix to avoid call to deprecated function. #780

Merged
merged 1 commit into from Jul 22, 2017

Conversation

fridde
Copy link
Contributor

@fridde fridde commented Mar 9, 2017

LifecycleEventArgs::getEntity() is deprecated and should be replaced by getObject() to maintain consistency.

LifecycleEventArgs::getEntity() is deprecated and should be replaced by getObject() to maintain consistency.
@stof
Copy link
Member

stof commented Mar 9, 2017

👍

@Ocramius
Copy link
Member

Ocramius commented Mar 9, 2017

LGTM 👍

Before I merge, is this already covered by tests?

@stof
Copy link
Member

stof commented Mar 9, 2017

@Ocramius none of the event args classes are covered by tests (but this particular issue would not have been spotted by tests, as deprecated methods are only documented as such, and don't report their usage programmatically)

@Ocramius Ocramius added the Bug label Jul 22, 2017
@Ocramius Ocramius self-assigned this Jul 22, 2017
@Ocramius Ocramius added this to the 2.7.3 milestone Jul 22, 2017
@Ocramius
Copy link
Member

🚢

@Ocramius Ocramius merged commit d08dd73 into doctrine:master Jul 22, 2017
Ocramius added a commit that referenced this pull request Jul 22, 2017
@Ocramius
Copy link
Member

Backported via ef719c9

@fridde fridde deleted the patch-1 branch November 29, 2017 20:26
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

3 participants