Move RemoveFilterTipsLongParamRector to the breaking set
### Problem/Motivation Moves RemoveFilterTipsLongParamRector from the default deprecation set to the opt-in DRUPAL_114_BREAKING set because the parameter removal produces a fatal signature mismatch on Drupal < 11.4, where FilterInterface still declares the parameter. ### Work items - Commit(s): [9965b33bb8](https://github.com/palantirnet/drupal-rector/commit/9965b33bb8c1) - Pull request(s): [PR #371](https://github.com/palantirnet/drupal-rector/pull/371) ### Credit - Implemented by: @bbrala --- *Filed retroactively as part of the Drupal 12 rector coverage effort. Closed as fixed; credit to be applied to the contributors listed above.* *AI was used extensively to build this fix and to file this issue. See [Dries Buytaert: AI-generated Rector rules for Drupal](https://dri.es/ai-generated-rector-rules-for-drupal) and [Björn Brala: Drupal Rector rules are config, not code. Mostly.](https://www.linkedin.com/pulse/drupal-rector-rules-config-code-mostly-bj%C3%B6rn-brala-vfpwe/).*
issue