Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
local_action_manager-php8_5.patch630 byteskaloyan.damyanov

Issue fork drupal-3607580

Command icon 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

kaloyan.damyanov created an issue. See original summary.

cilefen’s picture

Component: other » menu system
Status: Active » Needs work
Issue tags: +Needs merge request, +Needs steps to reproduce, +Needs tests

immaculatexavier made their first commit to this issue’s fork.

immaculatexavier’s picture

Issue tags: -Needs merge request

I 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.