2018-09-30 01:46:27 +08:00
|
|
|
services:
|
2018-10-05 17:05:03 +08:00
|
|
|
Rector\Php\Rector\Property\TypedPropertyRector: ~
|
2018-12-31 01:10:56 +01:00
|
|
|
|
|
|
|
Rector\Rector\Function_\FunctionReplaceRector:
|
|
|
|
# https://wiki.php.net/rfc/deprecations_php_7_4#the_real_type
|
|
|
|
is_float: 'is_real'
|
|
|
|
# https://wiki.php.net/rfc/deprecations_php_7_4#apache_request_headers_function
|
|
|
|
apache_request_headers: 'getallheaders'
|
2018-12-31 01:24:23 +01:00
|
|
|
hebrevc: ['nl2br', 'hebrev']
|
|
|
|
Rector\Php\Rector\FuncCall\ArrayKeyExistsOnPropertyRector: ~
|
2018-12-31 01:34:52 +01:00
|
|
|
Rector\Php\Rector\FuncCall\FilterVarToAddSlashesRector: ~
|
2018-12-31 01:42:02 +01:00
|
|
|
Rector\Php\Rector\StaticCall\ExportToReflectionFunctionRector: ~
|
2019-01-08 18:52:05 +01:00
|
|
|
Rector\Php\Rector\MagicConstClass\ClassConstantToSelfClassRector: ~
|
2018-12-31 10:25:07 +01:00
|
|
|
Rector\Php\Rector\FuncCall\GetCalledClassToStaticClassRector: ~
|
2018-12-31 10:40:51 +01:00
|
|
|
Rector\Php\Rector\FuncCall\MbStrrposEncodingArgumentPositionRector: ~
|
2019-01-08 11:37:34 +01:00
|
|
|
Rector\Php\Rector\Double\RealToFloatTypeCastRector: ~
|
2019-01-22 21:43:03 +01:00
|
|
|
Rector\Php\Rector\Assign\NullCoalescingOperatorRector: ~
|