In the MR of https://www.drupal.org/project/pagedesigner/issues/3549274 seems to be a tiny oversight here: https://git.drupalcode.org/project/pagedesigner/-/merge_requests/132/dif...

This line removes the ? infront of string $field_name = NULL in PHP 8.4

Since PHP 8.4 it is deprecated to implicitly mark a parameter as nullable and the ? should be re-added

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

johannes.heinzerling created an issue. See original summary.

johannes.heinzerling’s picture

Status: Active » Needs review

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

guillaumepacilly’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

guillaumepacilly’s picture

Status: Fixed » Closed (fixed)