Skip to content

Commit 8eaec5e

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent d8573d9 commit 8eaec5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rector.php

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

2020
use Rector\Config\RectorConfig;
2121
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22-
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
2322
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
2423
use Rector\PHPUnit\Set\PHPUnitSetList;
2524
use Rector\Set\ValueObject\LevelSetList;
@@ -40,7 +39,6 @@
4039
$rectorConfig->importShortClasses(false);
4140
$rectorConfig->skip([
4241
ExceptionHandlerTypehintRector::class,
43-
AddSeeTestAnnotationRector::class,
4442
PreferPHPUnitThisCallRector::class,
4543
]);
4644
};

0 commit comments

Comments
 (0)