File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 21
21
use Rector \Php70 \Rector \FunctionLike \ExceptionHandlerTypehintRector ;
22
22
use Rector \PHPUnit \CodeQuality \Rector \Class_ \AddSeeTestAnnotationRector ;
23
23
use Rector \PHPUnit \CodeQuality \Rector \Class_ \PreferPHPUnitThisCallRector ;
24
- use Rector \PHPUnit \Set \PHPUnitLevelSetList ;
25
24
use Rector \PHPUnit \Set \PHPUnitSetList ;
26
25
use Rector \Set \ValueObject \LevelSetList ;
27
26
33
32
34
33
$ rectorConfig ->sets ([
35
34
LevelSetList::UP_TO_PHP_80 ,
36
- PHPUnitLevelSetList:: UP_TO_PHPUNIT_90 ,
35
+ PHPUnitSetList:: PHPUNIT_90 ,
37
36
PHPUnitSetList::PHPUNIT_CODE_QUALITY ,
38
37
]);
39
38
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class LogRevisionsListener implements EventSubscriber
58
58
*/
59
59
private array $ insertJoinTableRevisionSQL = [];
60
60
61
- private null | string |int $ revisionId = null ;
61
+ private string |int | null $ revisionId = null ;
62
62
63
63
/**
64
64
* @var object[]
You can’t perform that action at this time.
0 commit comments