Problem/Motivation
Running tests on PHP8 throws a warning:
Deprecated: Required parameter $operations follows optional parameter $success in /var/www/html/modules/contrib/webform/src/Form/WebformSubmissionsDeleteFormBase.php on line 203
Proposed resolution
Make those parameters optional.
Remaining tasks
Patch.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3194217-webform-params-optional-php8-2.patch | 733 bytes | penyaskito |
Comments
Comment #2
penyaskitoAttached patch.
Comment #4
jrockowitz commented