Skip to content

Remove unnecessary ignore rule.#84

Merged
TravisCarden merged 1 commit intoacquia:developfrom
danepowell:phpstan-ignore
May 18, 2020
Merged

Remove unnecessary ignore rule.#84
TravisCarden merged 1 commit intoacquia:developfrom
danepowell:phpstan-ignore

Conversation

@danepowell
Copy link
Copy Markdown
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
Copy Markdown
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