As part of the PHP 8.5 ticket (or Symfony updates ticket), we should have also processed the rector rules.
We use rector to ensure the codebase stays up to date with the latest standards and consistent. For example, it enforces no mixed annotations / attributes are used, but only attributes.
Todo
From within the container, run:
./ci/qa/rector.sh --dry-run
Check the output, and apply the rules that can/should be applied. Add the rules that will potentially break stuff to the ignore list.
As part of the PHP 8.5 ticket (or Symfony updates ticket), we should have also processed the rector rules.
We use rector to ensure the codebase stays up to date with the latest standards and consistent. For example, it enforces no mixed annotations / attributes are used, but only attributes.
Todo
From within the container, run:
Check the output, and apply the rules that can/should be applied. Add the rules that will potentially break stuff to the ignore list.