Issue #3588293: Fix PHP 8.4 deprecated nullable parameter in finalize()

Fixes PHP 8.4 deprecation notice:

"Implicitly marking parameter as nullable is deprecated"

Updated finalize() method to explicitly declare nullable type:

  • ?WebformSubmissionInterface $webform_submission = null

This aligns with Webform core and ensures compatibility with PHP 8.5.

Merge request reports

Loading