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
Issue fork pagedesigner-3583402
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 #3
johannes.heinzerling commentedComment #6
guillaumepacilly commentedComment #8
guillaumepacilly commented