add PHP 72 note

This commit is contained in:
Tomas Votruba 2018-12-14 21:03:30 +01:00
parent e40dd5a962
commit 3709a432ff

View File

@ -11,6 +11,7 @@ services:
Rector\Rector\Function_\FunctionReplaceRector:
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'