File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
use Rector \Php81 \Rector \Array_ \FirstClassCallableRector ;
7
7
use Rector \Php81 \Rector \Class_ \MyCLabsClassToEnumRector ;
8
8
use Rector \Php81 \Rector \Class_ \SpatieEnumClassToEnumRector ;
9
- use Rector \Php81 \Rector \ClassMethod \NewInInitializerRector ;
10
9
use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
11
10
use Rector \Php81 \Rector \MethodCall \MyCLabsMethodCallToEnumConstRector ;
12
11
use Rector \Php81 \Rector \MethodCall \SpatieEnumMethodCallToEnumConstRector ;
23
22
ReadOnlyPropertyRector::class,
24
23
SpatieEnumClassToEnumRector::class,
25
24
SpatieEnumMethodCallToEnumConstRector::class,
26
- NewInInitializerRector::class,
27
25
NullToStrictStringFuncCallArgRector::class,
28
26
FirstClassCallableRector::class,
29
27
]);
Original file line number Diff line number Diff line change @@ -216,6 +216,8 @@ parameters:
216
216
# optional as changes behavior, should be used explicitly outside PHP upgrade
217
217
- ' #Register "Rector\\Php73\\Rector\\FuncCall\\JsonThrowOnErrorRector" service to "php73\.php" config set #'
218
218
219
+ - ' #Register "Rector\\Php81\\Rector\\ClassMethod\\NewInInitializerRector" service to "php81\.php" config set #'
220
+
219
221
# closure detailed
220
222
- '#Method Rector\\Config\\RectorConfig\:\:singleton\ (\ ) has parameter \$concrete with no signature specified for Closure #'
221
223
You can’t perform that action at this time.
0 commit comments