Problem/Motivation
When running using PHP 8.4, we see a number of the following types of deprecation errors:
Deprecated: Drupal\tealiumiq\Service\TealiumiqToken::replace(): Implicitly marking parameter $bubbleable_metadata as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/tealiumiq/src/Service/TealiumiqToken.php on line 49
Deprecated: Drupal\tealiumiq\Service\Tealiumiq::setProperties(): Implicitly marking parameter $entity as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/tealiumiq/src/Service/Tealiumiq.php on line 341
Deprecated: Drupal\tealiumiq\Service\Tealiumiq::form(): Implicitly marking parameter $includedGroups as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/tealiumiq/src/Service/Tealiumiq.php on line 419
Deprecated: Drupal\tealiumiq\Service\Tealiumiq::form(): Implicitly marking parameter $includedTags as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/tealiumiq/src/Service/Tealiumiq.php on line 419
Issue fork tealiumiq-3566231
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jastraat commentedComment #5
schiavone commentedReview and included in the new 8.x-2.1 release.