Symfony 4.2 has deprecated \Symfony\Component\Translation\TranslatorInterface::transChoice(). Drupal implements this interface in \Drupal\Core\Validation\DrupalTranslator::transChoice() however the parent method is not invoked in the implementation so the Symfony deprecation is not effective for the Drupal implementation.
Now \Drupal\Core\Validation\DrupalTranslator::transChoice() is also deprecated.
https://www.drupal.org/node/3256859
Introduced in branch/version: 9.4.x / 9.4.0
Symfony 4.2 has deprecated
\Symfony\Component\Translation\TranslatorInterface::transChoice()
. Drupal implements this interface in\Drupal\Core\Validation\DrupalTranslator::transChoice()
however the parent method is not invoked in the implementation so the Symfony deprecation is not effective for the Drupal implementation.Now
\Drupal\Core\Validation\DrupalTranslator::transChoice()
is also deprecated.