Skip to content

Commit

Permalink
fix: remove renaming ::resource since we see no usage for that and it…
Browse files Browse the repository at this point in the history
…s protected anyways.
  • Loading branch information
bbrala committed Mar 4, 2024
1 parent c8d751e commit 1829c34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/drupal-10/drupal-10.2-deprecations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]);
};

0 comments on commit 1829c34

Please sign in to comment.