Issue #3291208 by mondrake, longwave: Remove stray ignore deprecation patterns
(cherry picked from commit 4c8bb2cf21
)
merge-requests/1691/head
parent
93ff7b2e15
commit
f907db9267
|
@ -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%
|
||||
|
|
Loading…
Reference in New Issue