File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 33
33
"phpunit/phpcov" : " ^8.2" ,
34
34
"phpunit/phpunit" : " ^9.1" ,
35
35
"predis/predis" : " ^1.1 || ^2.0" ,
36
- "rector/rector" : " 0.18.4 " ,
36
+ "rector/rector" : " 0.18.5 " ,
37
37
"vimeo/psalm" : " ^5.0"
38
38
},
39
39
"suggest" : {
Original file line number Diff line number Diff line change 35
35
use Rector \EarlyReturn \Rector \Return_ \PreparedValueToEarlyReturnRector ;
36
36
use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
37
37
use Rector \Php70 \Rector \FuncCall \RandomFunctionRector ;
38
- use Rector \Php71 \Rector \FuncCall \CountOnNullRector ;
39
38
use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
40
39
use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
41
40
use Rector \PHPUnit \Set \PHPUnitSetList ;
105
104
__DIR__ . '/system/Session/Handlers ' ,
106
105
],
107
106
108
- // sometime too detail
109
- CountOnNullRector::class,
110
-
111
107
// use mt_rand instead of random_int on purpose on non-cryptographically random
112
108
RandomFunctionRector::class,
113
109
You can’t perform that action at this time.
0 commit comments