Skip to content

Commit aadc8af

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent 9a83c89 commit aadc8af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
2222
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
2323
use Rector\PHPUnit\CodeQuality\Rector\Class_\AddSeeTestAnnotationRector;
24+
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
2425
use Rector\PHPUnit\Set\PHPUnitLevelSetList;
2526
use Rector\PHPUnit\Set\PHPUnitSetList;
2627
use Rector\Set\ValueObject\LevelSetList;
@@ -43,5 +44,6 @@
4344
CountOnNullRector::class,
4445
ExceptionHandlerTypehintRector::class,
4546
AddSeeTestAnnotationRector::class,
47+
PreferPHPUnitThisCallRector::class,
4648
]);
4749
};

0 commit comments

Comments
 (0)