File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-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.17 .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<?php
22declare (strict_types=1 );
33
4- use Rector \Php74 \Rector \Property \TypedPropertyRector ;
54use Rector \Set \ValueObject \SetList ;
65use Rector \Config \RectorConfig ;
76
4140 //$services->set(TypedPropertyRector::class);
4241
4342 // get services (needed for register a single rule)
44- $ services = $ rectorConfigurator ->services ();
43+ // $services = $rectorConfigurator->services();
4544
4645 //TODO:PHP8 comment once PHP 8 becomes minimum version
47- $ services ->remove (Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPromotedPropertyRector::class);
46+ // $services->remove(Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector::class);
4847};
You can’t perform that action at this time.
0 commit comments