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 6f1247d commit 1453706Copy full SHA for 1453706
rector.php
@@ -19,7 +19,6 @@
19
20
use Rector\Config\RectorConfig;
21
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22
-use Rector\Php71\Rector\FuncCall\CountOnNullRector;
23
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
24
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
25
use Rector\PHPUnit\Set\PHPUnitLevelSetList;
@@ -41,7 +40,6 @@
41
40
$rectorConfig->importNames();
42
$rectorConfig->importShortClasses(false);
43
$rectorConfig->skip([
44
- CountOnNullRector::class,
45
ExceptionHandlerTypehintRector::class,
46
AddSeeTestAnnotationRector::class,
47
PreferPHPUnitThisCallRector::class,
0 commit comments