rector/config/set/php/php74.yaml

26 lines
1.4 KiB
YAML
Raw Normal View History

services:
2020-01-05 20:00:32 +01:00
Rector\Php74\Rector\Property\TypedPropertyRector: null
2018-12-31 01:10:56 +01:00
Rector\Renaming\Rector\Function_\RenameFunctionRector:
$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
Rector\Php74\Rector\Property\RestoreDefaultNullToNullableTypePropertyRector: null