File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 74
74
"phpstan/phpstan" : " ^1.0" ,
75
75
"phpstan/phpstan-webmozart-assert" : " ^1.0" ,
76
76
"pimple/pimple" : " ^3.2" ,
77
- "rector/rector" : " 0.12.14 " ,
77
+ "rector/rector" : " dev-main " ,
78
78
"symfony/dependency-injection" : " ^5.0"
79
79
},
80
80
"suggest" : {
Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
use Rector \CodeQuality \Rector \Array_ \CallableThisArrayToAnonymousFunctionRector ;
6
+ use Rector \CodingStyle \Rector \ClassConst \RemoveFinalFromConstRector ;
6
7
use Rector \CodingStyle \Rector \ClassMethod \UnSpreadOperatorRector ;
7
8
use Rector \Core \Configuration \Option ;
8
9
use Rector \Privatization \Rector \Class_ \FinalizeClassesWithoutChildrenRector ;
33
34
CallableThisArrayToAnonymousFunctionRector::class,
34
35
UnSpreadOperatorRector::class,
35
36
FinalizeClassesWithoutChildrenRector::class,
37
+ RemoveFinalFromConstRector::class,
36
38
]);
37
39
};
You can’t perform that action at this time.
0 commit comments