From 5e23c98a7597987121739a5abb42ae9d22c5f078 Mon Sep 17 00:00:00 2001 From: quietone <quietone@2572884.no-reply.drupal.org> Date: Fri, 11 Apr 2025 19:39:58 +1200 Subject: [PATCH] Correct string --- core/.deprecation-ignore.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/.deprecation-ignore.txt b/core/.deprecation-ignore.txt index 72eb56119715..0e70057ddac8 100644 --- a/core/.deprecation-ignore.txt +++ b/core/.deprecation-ignore.txt @@ -33,7 +33,7 @@ %Since symfony/http-foundation 7.2: NativeSessionStorage's "sid_length" option is deprecated and will be ignored in Symfony 8.0.% %Since symfony/http-foundation 7.2: NativeSessionStorage's "sid_bits_per_character" option is deprecated and will be ignored in Symfony 8.0.% -# PHPUnit 12. +# Drupal 12. %The "Drupal\\Core\\Database\\Query\\Select::hasAllTags\(\)" method will require a new "string \.\.\. \$tags" argument in the next major version of its interface% %The "Drupal\\Core\\Database\\Query\\Select::hasAnyTag\(\)" method will require a new "string \.\.\. \$tags" argument in the next major version of its interface% %The "Drupal\\Core\\Database\\Query\\SelectExtender::hasAllTags\(\)" method will require a new "string \.\.\. \$tags" argument in the next major version of its interface% -- GitLab