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

Remove unnecessary ignore rule. #84

Merged
merged 1 commit into from
May 18, 2020

Conversation

danepowell
Copy link
Contributor

@danepowell danepowell commented May 18, 2020

Previously, Annotations deprecated the registerFile() method in 1.x but did not provide any replacement in the 1.x branch, which is obviously not good, and forced us to ignore this deprecation warning: #27

Now, thanks to this upstream fix (doctrine/annotations#271), projects can safely remove calls to deprecated registerFile() in annotations 1.10. The new fallback mechanism in Annotations means that it should "just work" like before without an explicit call to registerFile(). Thus we no longer need this ignore rule.

@TravisCarden TravisCarden merged commit 3402458 into acquia:develop May 18, 2020
@TravisCarden
Copy link
Contributor

Thanks, @danepowell!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants