- Issue created by @drubb
- 🇩🇪Germany jurgenhaas Gottmadingen
I guess this is an issue caused by the terminal because the source looks just about correct:
/** * Re-run the 2.0.0 post update hook. * * @see https://www.drupal.org/project/eca/issues/3460491 */ function eca_post_update_rename_tokens_2_0_1(): void { eca_post_update_rename_tokens_2_0_0(); }
- Status changed to Closed: won't fix
4 months ago 6:44am 12 August 2024 - 🇩🇪Germany jurgenhaas Gottmadingen
I've tested this again and can confirm, this is happening here as well. But I don't think, this is an ECA issue TBH. The code is obviously correct, and something upstream (drush or Symfony or Laravel or the terminal) is not outputting exactly what is in the code. I'm closing it as won't fix as we can't do anything about it right here.
- 🇩🇪Germany jurgenhaas Gottmadingen
I have left a comment in the Drush Slack channel: https://drupal.slack.com/archives/C62H9CWQM/p1723445331342509
- 🇩🇪Germany drubb Sindelfingen
Yes, I also think it's not ECA's fault. BTW, using Drush 12.5.3.0 here.