File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2828 "phpunit/phpcov" : " ^9.0.2 || ^10.0" ,
2929 "phpunit/phpunit" : " ^10.5.16 || ^11.2" ,
3030 "predis/predis" : " ^3.0" ,
31- "rector/rector" : " 2.1.5 " ,
31+ "rector/rector" : " 2.1.6 " ,
3232 "shipmonk/phpstan-baseline-per-identifier" : " ^2.0"
3333 },
3434 "replace" : {
Original file line number Diff line number Diff line change 3535use Rector \Php70 \Rector \FuncCall \RandomFunctionRector ;
3636use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
3737use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
38- use Rector \PHPUnit \CodeQuality \Rector \Class_ \AddParamTypeFromDependsRector ;
3938use Rector \PHPUnit \CodeQuality \Rector \Class_ \RemoveDataProviderParamKeysRector ;
4039use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
4140use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
129128 __DIR__ . '/system/Validation/Views ' ,
130129 __DIR__ . '/system/View/Parser.php ' ,
131130 __DIR__ . '/tests/system/Debug/ExceptionsTest.php ' ,
132- __DIR__ . '/tests/system/View/Views ' ,
133131 ],
134132
135133 // use mt_rand instead of random_int on purpose on non-cryptographically random
170168 CompactToVariablesRector::class,
171169
172170 RemoveDataProviderParamKeysRector::class,
173-
174- // buggy on no depends, @see https://github.com/rectorphp/rector-phpunit/pull/537
175- AddParamTypeFromDependsRector::class,
176171 ])
177172 // auto import fully qualified class names
178173 ->withImportNames (removeUnusedImports: true )
You can’t perform that action at this time.
0 commit comments