rector/config/set/php/php72.yaml

21 lines
1.0 KiB
YAML
Raw Normal View History

2018-10-03 21:14:08 +08:00
services:
2020-01-05 20:00:32 +01:00
Rector\Php72\Rector\Each\WhileEachToForeachRector: null
Rector\Php72\Rector\Each\ListEachRector: null
Rector\Php72\Rector\Unset_\UnsetCastRector: null
Rector\Php72\Rector\ConstFetch\BarewordStringRector: null
2018-10-17 10:35:11 +02:00
Rector\Renaming\Rector\Function_\RenameFunctionRector:
$oldFunctionToNewFunction:
jpeg2wbmp: 'imagecreatefromjpeg' # and imagewbmp
png2wbmp: 'imagecreatefrompng' # or imagewbmp
# http://php.net/manual/en/migration72.deprecated.php#migration72.deprecated.gmp_random-function
gmp_random: 'gmp_random_bits' # or gmp_random_range
read_exif_data: 'exif_read_data'
2020-01-05 20:00:32 +01:00
Rector\Php72\Rector\FuncCall\GetClassOnNullRector: null
Rector\Php72\Rector\FuncCall\IsObjectOnIncompleteClassRector: null
Rector\Php72\Rector\FuncCall\ParseStrWithResultArgumentRector: null
Rector\Php72\Rector\FuncCall\StringsAssertNakedRector: null
Rector\Php72\Rector\FuncCall\CreateFunctionToAnonymousFunctionRector: null
Rector\Php72\Rector\FuncCall\StringifyDefineRector: null