mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-14 12:32:00 +02:00
is_real() is deprecated instead of is_float() (#1728)
is_real() is deprecated instead of is_float()
This commit is contained in:
commit
7224371135
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user