Skip to content

Commit aa11559

Browse files
timohuismanbbrala
authored andcommitted
refactor: remove duplicated SymfonyLevelSetList
1 parent d0e6f0d commit aa11559

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/drupal-10/drupal-10.2-deprecations.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@
55
use DrupalRector\Rector\Deprecation\FunctionToStaticRector;
66
use DrupalRector\Rector\ValueObject\FunctionToStaticConfiguration;
77
use Rector\Config\RectorConfig;
8-
use Rector\Symfony\Set\SymfonyLevelSetList;
98

109
return static function (RectorConfig $rectorConfig): void {
11-
$rectorConfig->sets([
12-
SymfonyLevelSetList::UP_TO_SYMFONY_63,
13-
]);
14-
1510
// https://www.drupal.org/node/2999981
1611
$rectorConfig->ruleWithConfiguration(FunctionToStaticRector::class, [
1712
new FunctionToStaticConfiguration('10.2.0', 'format_size', '\Drupal\Core\StringTranslation\ByteSizeMarkup', 'create'),

0 commit comments

Comments
 (0)