- Issue created by @nehajyoti
- Merge request !46Resolve #3535436 "Fix: PHP 8.4 nullable is deprecated warning." → (Merged) created by rajeshreeputra
- First commit to issue fork.
- Status changed to Fixed
6 days ago 8:29pm 2 October 2025
3.0 version of Module is not compatible with php 8.4
Throws warnings on drush cr
PHP Deprecated: Drupal\acquia_search\EventSubscriber\SearchSubscriber::__construct(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/modules/contrib/acquia_search/src/EventSubscriber/SearchSubscriber.php on line 94
Deprecated: Drupal\acquia_search\EventSubscriber\SearchSubscriber::__construct(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/modules/contrib/acquia_search/src/EventSubscriber/SearchSubscriber.php on line 94
Fix php code and make it compatible
Merge PR and make the new release.
Active
3.0
Code