diff --git a/config/set/php74.php b/config/set/php74.php index f470b36c208..d218ef3fba6 100644 --- a/config/set/php74.php +++ b/config/set/php74.php @@ -12,7 +12,6 @@ use Rector\Php74\Rector\FuncCall\ArrayKeyExistsOnPropertyRector; 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; @@ -26,5 +25,5 @@ return static function (RectorConfig $rectorConfig) : void { # https://wiki.php.net/rfc/deprecations_php_7_4 'apache_request_headers' => 'getallheaders', ]); - $rectorConfig->rules([ArrayKeyExistsOnPropertyRector::class, FilterVarToAddSlashesRector::class, ExportToReflectionFunctionRector::class, MbStrrposEncodingArgumentPositionRector::class, RealToFloatTypeCastRector::class, NullCoalescingOperatorRector::class, ClosureToArrowFunctionRector::class, AddLiteralSeparatorToNumberRector::class, RestoreDefaultNullToNullableTypePropertyRector::class, CurlyToSquareBracketArrayStringRector::class, MoneyFormatToNumberFormatRector::class, ParenthesizeNestedTernaryRector::class]); + $rectorConfig->rules([ArrayKeyExistsOnPropertyRector::class, FilterVarToAddSlashesRector::class, ExportToReflectionFunctionRector::class, MbStrrposEncodingArgumentPositionRector::class, RealToFloatTypeCastRector::class, NullCoalescingOperatorRector::class, ClosureToArrowFunctionRector::class, RestoreDefaultNullToNullableTypePropertyRector::class, CurlyToSquareBracketArrayStringRector::class, MoneyFormatToNumberFormatRector::class, ParenthesizeNestedTernaryRector::class]); }; diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 3045d8ef0aa..e51ca2b3ca8 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = 'f47b38ed3980eb79113bb1b3b1289fb5a5c05c0f'; + public const PACKAGE_VERSION = '35ddfb28bac90271f2317ae394471062c699d419'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-01-25 18:31:45'; + public const RELEASE_DATE = '2024-01-26 15:23:36'; /** * @var int */