Updated the parameter on line 83 from Editor $editor = NULL to `?Editor...

Updated the parameter on line 83 from Editor $editor = NULL to ?Editor $editor = NULL to use explicit nullable type syntax, which is required in PHP 8.4.

Closes #3565915

Merge request reports

Loading