File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616 "require-dev" : {
1717 "phpunit/phpunit" : " ^10.0" ,
1818 "php-coveralls/php-coveralls" : " ^2.0" ,
19- "rector/rector" : " ^0.15 .0" ,
19+ "rector/rector" : " ^0.18 .0" ,
2020 "vimeo/psalm" : " ^5.4"
2121 },
2222 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<psalm
33 errorLevel =" 1"
4+ findUnusedCode =" false"
5+ findUnusedBaselineEntry =" true"
46 resolveFromConfigFile =" true"
57 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
68 xmlns =" https://getpsalm.org/schema/config"
Original file line number Diff line number Diff line change 4040 //$services->set(TypedPropertyRector::class);
4141
4242 // get services (needed for register a single rule)
43- $ services = $ rectorConfigurator ->services ();
43+ // $services = $rectorConfigurator->services();
4444
4545 //TODO:PHP8 comment once PHP 8 becomes minimum version
4646 //$services->remove(Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector::class);
You can’t perform that action at this time.
0 commit comments