Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| local_action_manager-php8_5.patch | 630 bytes | kaloyan.damyanov |
Issue fork drupal-3607580
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:
Comments
Comment #2
cilefen commentedComment #5
immaculatexavier commentedI updated the merge request to address the feedback and avoid the PHP 8.5 deprecation. While working on this, I noticed a conflict between PHPStan (which flags use of ?? on a required parameter) and PHPCS/Slevomat (which prefers ?? over a ternary). I've updated the implementation accordingly, but I'd appreciate feedback on whether this is the preferred approach for Drupal core.