File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
declare ( strict_types = 1 );
5
5
6
+ use Rector \CodeQuality \Rector \Class_ \CompleteDynamicPropertiesRector ;
6
7
use Rector \CodeQuality \Rector \If_ \ExplicitBoolCompareRector ;
7
8
use Rector \Config \RectorConfig ;
8
9
use Rector \DeadCode \Rector \Property \RemoveUnusedPrivatePropertyRector ;
10
+ use Rector \DeadCode \Rector \StaticCall \RemoveParentCallWithoutParentRector ;
9
11
use Rector \Set \ValueObject \LevelSetList ;
10
12
use Rector \Set \ValueObject \SetList ;
11
13
18
20
] );
19
21
20
22
$ rectorConfig ->skip ( [
21
- RemoveUnusedPrivatePropertyRector ::class,
23
+ CompleteDynamicPropertiesRector ::class,
22
24
ExplicitBoolCompareRector::class,
25
+ RemoveParentCallWithoutParentRector::class,
26
+ RemoveUnusedPrivatePropertyRector::class,
23
27
] );
24
28
25
29
$ rectorConfig ->importShortClasses ();
You can’t perform that action at this time.
0 commit comments