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 {
Issue fork theme_permission-3586002
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