- Issue created by @hosterholz
- @hosterholz opened merge request.
- 🇮🇳India chhavi.sharma
The changes look good to me. But pipeline for phpunit is failing, thus moving to Needs work.
There is a function using an implicitly marked nullable parameter, which is deprecated in PHP 8.4.
Deprecated: Drupal\search_api_sorts\Form\ManageSortFieldsForm::buildForm(): Implicitly marking parameter $search_api_index as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/search_api_sorts/src/Form/ManageSortFieldsForm.php on line 108
Explicitly mark parameter as nullable.
Active
1.0
Code
The changes look good to me. But pipeline for phpunit is failing, thus moving to Needs work.