From 1829c34870db4dc2444a9d9cb5d2ffb963d63e70 Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 4 Mar 2024 08:35:58 +0100 Subject: [PATCH] fix: remove renaming ::resource since we see no usage for that and its protected anyways. --- config/drupal-10/drupal-10.2-deprecations.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/drupal-10/drupal-10.2-deprecations.php b/config/drupal-10/drupal-10.2-deprecations.php index 2d60a503..151df455 100644 --- a/config/drupal-10/drupal-10.2-deprecations.php +++ b/config/drupal-10/drupal-10.2-deprecations.php @@ -21,9 +21,4 @@ new MethodToMethodWithCheckConfiguration('Drupal\system\Plugin\ImageToolkit\GDToolkit', 'getResource', 'getImage'), new MethodToMethodWithCheckConfiguration('Drupal\system\Plugin\ImageToolkit\GDToolkit', 'setResource', 'setImage'), ]); - - // https://www.drupal.org/node/3265963 - $rectorConfig->ruleWithConfiguration(RenamePropertyRector::class, [ - new RenameProperty('Drupal\system\Plugin\ImageToolkit\GDToolkit', 'resource', 'image'), - ]); };