Problem/Motivation

PHP 8.4: explicit nullable type for AccessController::access() $theme parameter

Proposed resolution

Make second variable nullable "?"
public function access(AccountInterface $account, ?string $theme = NULL): AccessResultInterface {

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

marounmt created an issue.