From bf09cc8bc1a456151d4958b13fa0be8167445b2e Mon Sep 17 00:00:00 2001 From: Holtkamp Date: Thu, 11 Jul 2019 22:37:16 +0200 Subject: [PATCH] As discusses in https://github.com/rectorphp/rector/pull/905#discussion_r302081648 --- config/set/php/php74.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/set/php/php74.yaml b/config/set/php/php74.yaml index a06b4db298e..7794a72c4e7 100644 --- a/config/set/php/php74.yaml +++ b/config/set/php/php74.yaml @@ -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']