File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616 "require-dev" : {
1717 "phpunit/phpunit" : " ^9.0" ,
1818 "php-coveralls/php-coveralls" : " ^2.0" ,
19- "rector/rector" : " ^0.18 .0" ,
19+ "rector/rector" : " ^1.0 .0" ,
2020 "vimeo/psalm" : " ^5.4"
2121 },
2222 "autoload" : {
2828 },
2929 "scripts" : {
3030 "test" : [
31- " composer dump " ,
31+ " Composer \\ Config::disableProcessTimeout " ,
3232 " vendor/bin/phpunit --coverage-text"
3333 ],
34+ "rector-clear" : " vendor/bin/rector --clear-cache" ,
3435 "rector" : " vendor/bin/rector process src --dry-run -vvv" ,
35- "psalm" : " vendor/bin/psalm" ,
36+ "psalm-clear-cache" : " vendor/bin/psalm --clear-global-cache && vendor/bin/psalm --clear-cache" ,
37+ "psalm" : " composer psalm-clear-cache && vendor/bin/psalm --threads=1" ,
3638 "qa" : " composer test && composer rector && composer psalm"
3739 }
3840}
Original file line number Diff line number Diff line change 2727 \Rector \DeadCode \Rector \ClassMethod \RemoveUselessParamTagRector::class,
2828 //\Rector\TypeDeclaration\Rector\ClassMethod\AddArrayReturnDocTypeRector::class,
2929 \Rector \DeadCode \Rector \ClassMethod \RemoveUselessReturnTagRector::class,
30- \Rector \Php71 \Rector \FuncCall \CountOnNullRector::class,
3130 //\Rector\TypeDeclaration\Rector\FunctionLike\ParamTypeDeclarationRector::class,
3231 \Rector \DeadCode \Rector \ClassMethod \RemoveUselessParamTagRector::class
3332 ]);
You can’t perform that action at this time.
0 commit comments