Skip to content

Commit 9734ff4

Browse files
committed
[Rector] Enabled DoctrineSetList::DOCTRINE_DBAL_211 set
1 parent 0f08958 commit 9734ff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
use Ibexa\Contracts\Rector\Sets\IbexaSetList;
1010
use Rector\Config\RectorConfig;
11+
use Rector\Doctrine\Set\DoctrineSetList;
1112
use Rector\Symfony\Set\SymfonySetList;
1213
use Rector\Symfony\Symfony61\Rector\Class_\CommandConfigureToAttributeRector;
1314

@@ -23,6 +24,7 @@
2324
SymfonySetList::SYMFONY_62,
2425
SymfonySetList::SYMFONY_63,
2526
SymfonySetList::SYMFONY_64,
27+
DoctrineSetList::DOCTRINE_DBAL_211,
2628
])
2729
->withSkip([
2830
CommandConfigureToAttributeRector::class => [

0 commit comments

Comments
 (0)