- Issue created by @klimp
- Status changed to Needs work
3 months ago 9:57pm 1 January 2025 - 🇵🇱Poland dlevchik Poznan, Poland
Pipeline failing for 2.x is not because of added tag to query. This is because of unrelated issue
Right now most of merge requests are failing because on Drupal 10 FormBuilderInterface::getForm don't set mixed ...$args explicitly, as it does on D11.
See https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Form%21Fo...
vs
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Form%21Fo...In other modules, authors fix this by adding
/** @phpstan-ignore-next-line */
before the line that causes the issueLine that causes the issue: src/Controller/NodeRevisionController.php:33