Skip to content

Commit

Permalink
make literal separator optional, as rather coding style and not alway…
Browse files Browse the repository at this point in the history
…s desired (#5505)
  • Loading branch information
TomasVotruba committed Jan 26, 2024
1 parent f47b38e commit 35ddfb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/set/php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Rector\Php74\Rector\FuncCall\FilterVarToAddSlashesRector;
use Rector\Php74\Rector\FuncCall\MbStrrposEncodingArgumentPositionRector;
use Rector\Php74\Rector\FuncCall\MoneyFormatToNumberFormatRector;
use Rector\Php74\Rector\LNumber\AddLiteralSeparatorToNumberRector;
use Rector\Php74\Rector\Property\RestoreDefaultNullToNullableTypePropertyRector;
use Rector\Php74\Rector\StaticCall\ExportToReflectionFunctionRector;
use Rector\Php74\Rector\Ternary\ParenthesizeNestedTernaryRector;
Expand All @@ -37,7 +36,6 @@
RealToFloatTypeCastRector::class,
NullCoalescingOperatorRector::class,
ClosureToArrowFunctionRector::class,
AddLiteralSeparatorToNumberRector::class,
RestoreDefaultNullToNullableTypePropertyRector::class,
CurlyToSquareBracketArrayStringRector::class,
MoneyFormatToNumberFormatRector::class,
Expand Down

0 comments on commit 35ddfb2

Please sign in to comment.