pimcore icon indicating copy to clipboard operation
pimcore copied to clipboard

Improvement: Change routing annotations to attributes

Open michalananapps opened this issue 1 year ago • 2 comments

Changes in this pull request

Migrating Symfony\Component\Routing\Annotation\Route to attributes

Additional info

Migrating annotations from Symfony\Component\Routing\Annotation\Route to attributes has several advantages, which can make project cleaner, more modern, and maintainable. Migrating to attributes is needed to move to newer versions of Symfony in the future.

michalananapps avatar Oct 10 '24 23:10 michalananapps

Review Checklist

  • [ ] Target branch (11.4 for bug fixes, others 11.x)
  • [ ] Tests (if it's testable code, there should be a test for it - get help)
  • [ ] Docs (every functionality needs to be documented, see here)
  • [ ] Migration incl. install.sql (e.g. if the database schema changes, ...)
  • [ ] Upgrade notes (deprecations, important information, migration hints, ...)
  • [ ] Label
  • [ ] Milestone

github-actions[bot] avatar Oct 10 '24 23:10 github-actions[bot]

Thank you for your PR! Could you please fix the conflicts? TIA

kingjia90 avatar Aug 08 '25 10:08 kingjia90

Closed due inactivity

astapc avatar Sep 12 '25 09:09 astapc