Problem/Motivation
drupal/coder released version 8.3.22 (https://www.drupal.org/project/coder/releases/8.3.22).
This version now supports enums (#3283741: Enum support in PHP 8.1).
Side-effect of that are some new PHPCS-failures (See failed daily QA-run with updated deps https://www.drupal.org/pift-ci-job/2786494)
Steps to reproduce
Proposed resolution
- Bump drupal/coder to latest in composer.lock
- Fix PHPCS failures
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3394252
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3394252-bump-drupalcoder-to
changes, plain diff MR !5018
Comments
Comment #2
spokjeComment #4
spokjeComment #5
klausiGreat, thanks! All looking good to me.
Comment #8
longwaveCommitted and pushed to 11.x and 10.2.x, thanks!