task: #3582888 Tidy up and tighten deprecation ignores and tests marked...
task: #3582888 Tidy up and tighten deprecation ignores and tests marked #[IgnoreDeprecations] where no deprecations are triggered
By: mondrake
By: smustgrave
# Skip some dependencies' DebugClassLoader forward compatibility warnings, in
# order to let contrib modules make their necessary fixes first.
#
# (none at the moment)
# Indirect deprecations. These are not in Drupal's remit to fix, but it is
# worth keeping track of dependencies' issues.
%Method "Iterator::[^"]+" might add "void" as a native return type declaration in the future. Do the same in implementation "org\\bovigo\\vfs\\vfsStreamContainerIterator" now to avoid errors or add an explicit @return annotation to suppress this message%
%The "SebastianBergmann\\Comparator\\ObjectComparator" class is considered internal This class is not covered by the backward compatibility promise for sebastian/comparator%
# Drupal 13.
%The "cache.backend.memory" service is deprecated in drupal:11.3.0 and is removed from drupal:13.0.0. Use cache.backend.memory.memory instead. See https://www.drupal.org/node/3546856%