We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f08958 commit 9734ff4Copy full SHA for 9734ff4
rector.php
@@ -8,6 +8,7 @@
8
9
use Ibexa\Contracts\Rector\Sets\IbexaSetList;
10
use Rector\Config\RectorConfig;
11
+use Rector\Doctrine\Set\DoctrineSetList;
12
use Rector\Symfony\Set\SymfonySetList;
13
use Rector\Symfony\Symfony61\Rector\Class_\CommandConfigureToAttributeRector;
14
@@ -23,6 +24,7 @@
23
24
SymfonySetList::SYMFONY_62,
25
SymfonySetList::SYMFONY_63,
26
SymfonySetList::SYMFONY_64,
27
+ DoctrineSetList::DOCTRINE_DBAL_211,
28
])
29
->withSkip([
30
CommandConfigureToAttributeRector::class => [
0 commit comments