forked from rectorphp/rector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphp74.yaml
24 lines (22 loc) · 1.36 KB
/
php74.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
services:
Rector\Php74\Rector\Property\TypedPropertyRector: null
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']
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