Skip to content

Commit 1453706

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent 6f1247d commit 1453706

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\Php71\Rector\FuncCall\CountOnNullRector;
2322
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
2423
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
2524
use Rector\PHPUnit\Set\PHPUnitLevelSetList;
@@ -41,7 +40,6 @@
4140
$rectorConfig->importNames();
4241
$rectorConfig->importShortClasses(false);
4342
$rectorConfig->skip([
44-
CountOnNullRector::class,
4543
ExceptionHandlerTypehintRector::class,
4644
AddSeeTestAnnotationRector::class,
4745
PreferPHPUnitThisCallRector::class,

0 commit comments

Comments
 (0)