PHP 8 fixes needed

Created on 24 November 2023, 10 months ago

Problem/Motivation

The module uses Views Bulk Operations functionality, but misses using new API changes of that module.

Steps to reproduce

Proposed resolution

Add return type to html/modules/contrib/group_welcome_message/src/Plugin/Action/GroupWelcomeMessageSendEmail.php Line 140:
public function setContext(array &$context): void {  
html/modules/contrib/group_welcome_message/src/Plugin/Action/GroupWelcomeMessageSendEmail.php on line 225:
public function buildPreConfigurationForm(array $form, array $values, FormStateInterface $form_state): array {

API changes

The above functions will be adjusted to be the same as in VBO module.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom globexplorer

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024