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

Command icon 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

jastraat created an issue. See original summary.

jastraat’s picture

Status: Active » Needs review

schiavone’s picture

Status: Needs review » Fixed

Review and included in the new 8.x-2.1 release.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.