- π¬π§United Kingdom catch
@mglaman linked to https://github.com/phpstan/phpstan-deprecation-rules/issues/81 in slack, which seems like it could solve this at least on the phpstan/rector side. I don't know exactly how, but having the removed in version in a structured way ought to allow us to ignore it conditionally based on something. Test coverage would still show triggered deprecations, but β¨ Adopt #[Deprecated] attribute Active might enable something with that too.
With π Defer disruptive 11.3 deprecations for removal until 13.0 Active , and also OOP hook + annotation deprecations all slated for Drupal 13, but likely to be introduced in Drupal 11, there will be quite a lot of deprecations that could potentially ignored by projects solely focused on Drupal 12 compatibility.