is_real() is deprecated instead of is_float() (#1728)

is_real() is deprecated instead of is_float()
This commit is contained in:
Tomáš Votruba 2019-07-11 22:51:59 +02:00 committed by GitHub
commit 7224371135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ services:
Rector\Rector\Function_\RenameFunctionRector:
# https://wiki.php.net/rfc/deprecations_php_7_4#the_real_type
is_float: 'is_real'
is_real: 'is_float'
# https://wiki.php.net/rfc/deprecations_php_7_4#apache_request_headers_function
apache_request_headers: 'getallheaders'
hebrevc: ['nl2br', 'hebrev']