File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77use Rector \Php74 \Rector \ArrayDimFetch \CurlyToSquareBracketArrayStringRector ;
88use Rector \Php74 \Rector \Assign \NullCoalescingOperatorRector ;
99use Rector \Php74 \Rector \Closure \ClosureToArrowFunctionRector ;
10+ use Rector \Php74 \Rector \Double \RealToFloatTypeCastRector ;
1011use Rector \Php74 \Rector \FuncCall \ArrayKeyExistsOnPropertyRector ;
1112use Rector \Php74 \Rector \FuncCall \FilterVarToAddSlashesRector ;
1213use Rector \Php74 \Rector \FuncCall \HebrevcToNl2brHebrevRector ;
4142 ParenthesizeNestedTernaryRector::class,
4243 RestoreIncludePathToIniRestoreRector::class,
4344 HebrevcToNl2brHebrevRector::class,
45+ RealToFloatTypeCastRector::class,
4446 ]);
4547
4648 $ rectorConfig ->ruleWithConfiguration (
Original file line number Diff line number Diff line change @@ -339,10 +339,9 @@ parameters:
339339 path : rules/CodingStyle/Application/UseImportsAdder.php
340340
341341 -
342- message : ' #^Register "Rector\\Php74\\Rector\\Double\\RealToFloatTypeCastRector" service to "php74\.php" config set$#'
343342 identifier : rector.upgradeDowngradeRegisteredInSet
344- count : 1
345- path : rules/Php74 /Rector/Double/RealToFloatTypeCastRector .php
343+ paths :
344+ - rules/Php84 /Rector/Class_/PropertyHookRector .php
346345
347346 -
348347 message : ' #Offset float\|int\|string might not exist on string#'
You can’t perform that action at this time.
0 commit comments