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 3333 "phpunit/phpcov" : " ^8.2" ,
3434 "phpunit/phpunit" : " ^9.1" ,
3535 "predis/predis" : " ^1.1 || ^2.0" ,
36- "rector/rector" : " 0.18.4 " ,
36+ "rector/rector" : " 0.18.5 " ,
3737 "vimeo/psalm" : " ^5.0"
3838 },
3939 "suggest" : {
Original file line number Diff line number Diff line change 3535use Rector \EarlyReturn \Rector \Return_ \PreparedValueToEarlyReturnRector ;
3636use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
3737use Rector \Php70 \Rector \FuncCall \RandomFunctionRector ;
38- use Rector \Php71 \Rector \FuncCall \CountOnNullRector ;
3938use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
4039use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
4140use Rector \PHPUnit \Set \PHPUnitSetList ;
105104 __DIR__ . '/system/Session/Handlers ' ,
106105 ],
107106
108- // sometime too detail
109- CountOnNullRector::class,
110-
111107 // use mt_rand instead of random_int on purpose on non-cryptographically random
112108 RandomFunctionRector::class,
113109
You can’t perform that action at this time.
0 commit comments