- Issue created by @daniel korte
- Merge request !19Fix PHP 8.4 deprecation issue with ConfigurationForm::buildForm() parameter β (Open) created by daniel korte
Module is not compatible with php 8.4 and throwing warning on drush cr.
Run drush cr
and see this:
Deprecated: Drupal\views_natural_sort\Form\ConfigurationForm::buildForm(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in views_natural_sort/src/Form/ConfigurationForm.php on line 58
Fix PHP code for 8.4 compatibility
Active
2.0
Code