2018-09-30 01:46:27 +08:00
|
|
|
services:
|
2020-01-05 20:00:32 +01:00
|
|
|
Rector\Php74\Rector\Property\TypedPropertyRector: null
|
2018-12-31 01:10:56 +01:00
|
|
|
|
2019-09-23 16:40:54 +02:00
|
|
|
Rector\Renaming\Rector\Function_\RenameFunctionRector:
|
2019-12-23 01:02:07 +01:00
|
|
|
$oldFunctionToNewFunction:
|
|
|
|
# https://wiki.php.net/rfc/deprecations_php_7_4#the_real_type
|
|
|
|
is_real: 'is_float'
|
|
|
|
# https://wiki.php.net/rfc/deprecations_php_7_4#apache_request_headers_function
|
|
|
|
apache_request_headers: 'getallheaders'
|
|
|
|
hebrevc: ['nl2br', 'hebrev']
|
|
|
|
|
2020-01-05 20:00:32 +01:00
|
|
|
Rector\Php74\Rector\FuncCall\ArrayKeyExistsOnPropertyRector: null
|
|
|
|
Rector\Php74\Rector\FuncCall\FilterVarToAddSlashesRector: null
|
|
|
|
Rector\Php74\Rector\StaticCall\ExportToReflectionFunctionRector: null
|
|
|
|
Rector\Php74\Rector\MagicConstClass\ClassConstantToSelfClassRector: null
|
|
|
|
Rector\Php74\Rector\FuncCall\GetCalledClassToStaticClassRector: null
|
|
|
|
Rector\Php74\Rector\FuncCall\MbStrrposEncodingArgumentPositionRector: null
|
|
|
|
Rector\Php74\Rector\Double\RealToFloatTypeCastRector: null
|
|
|
|
Rector\Php74\Rector\Assign\NullCoalescingOperatorRector: null
|
|
|
|
Rector\Php74\Rector\Function_\ReservedFnFunctionRector: null
|
|
|
|
Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector: null
|
|
|
|
Rector\Php74\Rector\FuncCall\ArraySpreadInsteadOfArrayMergeRector: null
|
|
|
|
Rector\Php74\Rector\LNumber\AddLiteralSeparatorToNumberRector: null
|
|
|
|
Rector\Php74\Rector\MethodCall\ChangeReflectionTypeToStringToGetNameRector: null
|
2020-03-24 23:18:11 +01:00
|
|
|
Rector\Php74\Rector\Property\RestoreDefaultNullToNullableTypePropertyRector: null
|