- Issue created by @nehajyoti
- 🇺🇸United States japerry KVUO
This was already fixed back in May. https://git.drupalcode.org/project/acquia_connector/-/commit/ef8c8b07579...
module is not compatible with php 8.4 and throwing warning on drush cr.
Deprecated: Drupal\acquia_connector\Settings::__construct(): Implicitly marking parameter $network_id as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/modules/contrib/acquia_connector/src/Settings.php on line 86
Deprecated: Drupal\acquia_connector\Settings::__construct(): Implicitly marking parameter $secret_key as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/modules/contrib/acquia_connector/src/Settings.php on line 86
Deprecated: Drupal\acquia_connector\Settings::__construct(): Implicitly marking parameter $application_uuid as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/modules/contrib/acquia_connector/src/Settings.php on line 86
Deprecated: Drupal\acquia_connector\Settings::getMetadata(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/modules/contrib/acquia_connector/src/Settings.php on line 143
Fix php code and make it compatible
Active
4.0
Code
This was already fixed back in May. https://git.drupalcode.org/project/acquia_connector/-/commit/ef8c8b07579...