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 d8573d9 commit 8eaec5eCopy full SHA for 8eaec5e
rector.php
@@ -19,7 +19,6 @@
19
20
use Rector\Config\RectorConfig;
21
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22
-use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
23
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
24
use Rector\PHPUnit\Set\PHPUnitSetList;
25
use Rector\Set\ValueObject\LevelSetList;
@@ -40,7 +39,6 @@
40
39
$rectorConfig->importShortClasses(false);
41
$rectorConfig->skip([
42
ExceptionHandlerTypehintRector::class,
43
- AddSeeTestAnnotationRector::class,
44
PreferPHPUnitThisCallRector::class,
45
]);
46
};
0 commit comments