From f907db926707e50bdc8f856c366d659c8b0caecc Mon Sep 17 00:00:00 2001 From: catch Date: Tue, 28 Jun 2022 23:22:32 +0100 Subject: [PATCH] Issue #3291208 by mondrake, longwave: Remove stray ignore deprecation patterns (cherry picked from commit 4c8bb2cf21fee67d6b8800523c65d685c823901e) --- core/.deprecation-ignore.txt | 5 ----- 1 file changed, 5 deletions(-) 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%