diff --git a/core/.deprecation-ignore.txt b/core/.deprecation-ignore.txt index f03597a1f5db..b09903c4207c 100644 --- a/core/.deprecation-ignore.txt +++ b/core/.deprecation-ignore.txt @@ -5,11 +5,6 @@ %The "Symfony\\Component\\Validator\\Context\\ExecutionContextInterface::.*\(\)" method is considered internal Used by the validator engine\. (Should not be called by user\W+code\. )?It may change without further notice\. You should not extend it from "[^"]+"\.% %The "PHPUnit\\Framework\\TestCase::addWarning\(\)" method is considered internal% -# The following deprecations were not added as part of the original issues and -# thus were not addressed in time for the 9.0.0 release. -%The entity link url update for the "\w+" view is deprecated in drupal:9\.0\.0 and is removed from drupal:10\.0\.0\. Module-provided Views configuration should be updated to accommodate the changes described at https:\/\/www.drupal.org\/node\/2857891\.% -%The operator defaults update for the "\w+" view is deprecated in drupal:9\.0\.0 and is removed from drupal:10\.0\.0\. Module-provided Views configuration should be updated to accommodate the changes described at https:\/\/www.drupal.org\/node\/2869168\.% - # Skip EasyRdf deprecations for PHP 8.1 - fixed by # https://github.com/easyrdf/easyrdf/pull/384. %Return type of EasyRdf\\.* should either be compatible with .*, or the #\[\\ReturnTypeWillChange\] attribute should be used to temporarily suppress the notice%